Spaces:
Build error
Build error
add mGPT
Browse files- app/app.py +6 -0
app/app.py
CHANGED
|
@@ -54,6 +54,12 @@ MODELS = {
|
|
| 54 |
"description": "The Indonesian Persona Chatbot using fine-tuned GPT-2 small model.",
|
| 55 |
"text_generator": None
|
| 56 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 57 |
}
|
| 58 |
|
| 59 |
|
|
|
|
| 54 |
"description": "The Indonesian Persona Chatbot using fine-tuned GPT-2 small model.",
|
| 55 |
"text_generator": None
|
| 56 |
},
|
| 57 |
+
"Multilingual mGPT": {
|
| 58 |
+
"group": "Indonesian GPT-2",
|
| 59 |
+
"name": "sberbank-ai/mGPT",
|
| 60 |
+
"description": "Multilingual GPT model, autoregressive GPT-like models with 1.3 billion parameters.",
|
| 61 |
+
"text_generator": None
|
| 62 |
+
},
|
| 63 |
}
|
| 64 |
|
| 65 |
|