Update configuration with Bangla default and production settings
Browse files- model_config.json +16 -5
model_config.json
CHANGED
|
@@ -1,11 +1,22 @@
|
|
| 1 |
{
|
| 2 |
"model_name": "prothom-alo-model",
|
| 3 |
"base_model": "distilgpt2",
|
| 4 |
-
"languages": [
|
| 5 |
-
|
| 6 |
-
"bn"
|
| 7 |
-
],
|
| 8 |
"training_data": "Prothom Alo news articles",
|
| 9 |
"license": "apache-2.0",
|
| 10 |
-
"repository_url": "https://huggingface.co/likhonsheikh/prothom-alo-model"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
}
|
|
|
|
| 1 |
{
|
| 2 |
"model_name": "prothom-alo-model",
|
| 3 |
"base_model": "distilgpt2",
|
| 4 |
+
"languages": ["bn", "en"],
|
| 5 |
+
"default_language": "bn",
|
|
|
|
|
|
|
| 6 |
"training_data": "Prothom Alo news articles",
|
| 7 |
"license": "apache-2.0",
|
| 8 |
+
"repository_url": "https://huggingface.co/likhonsheikh/prothom-alo-model",
|
| 9 |
+
"production_ready": true,
|
| 10 |
+
"mdx_support": true,
|
| 11 |
+
"prompt_format": "mdx_composable",
|
| 12 |
+
"supported_languages": {
|
| 13 |
+
"primary": "bn",
|
| 14 |
+
"secondary": "en"
|
| 15 |
+
},
|
| 16 |
+
"default_parameters": {
|
| 17 |
+
"temperature": 0.7,
|
| 18 |
+
"max_length": 200,
|
| 19 |
+
"language": "bn",
|
| 20 |
+
"style": "news_article"
|
| 21 |
+
}
|
| 22 |
}
|