Upload config.json with huggingface_hub
Browse files- config.json +9 -0
config.json
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_type": "kenlm",
|
| 3 |
+
"ngram_order": 5,
|
| 4 |
+
"language": "ur",
|
| 5 |
+
"alpha": 0.5,
|
| 6 |
+
"beta": 1.5,
|
| 7 |
+
"beam_width": 128,
|
| 8 |
+
"trained_on": "abidanoaman/urdu-asr-multitask-dataset"
|
| 9 |
+
}
|