Add config.json (download stats + metadata)
Browse files- config.json +17 -0
config.json
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_type": "wav2vec2_asr",
|
| 3 |
+
"architectures": ["Wav2Vec2AsrModel"],
|
| 4 |
+
"library_name": "omnilingual-asr",
|
| 5 |
+
"base_model": "facebook/omniASR-CTC-3B",
|
| 6 |
+
"fairseq2_model_family": "wav2vec2_asr",
|
| 7 |
+
"fairseq2_model_arch": "3b_v2",
|
| 8 |
+
"tokenizer_ref": "omniASR_tokenizer_written_v2",
|
| 9 |
+
"task": "automatic-speech-recognition",
|
| 10 |
+
"language": ["fa"],
|
| 11 |
+
"lang_code": "pes_Arab",
|
| 12 |
+
"num_parameters": 3080423636,
|
| 13 |
+
"vocab_size": 10288,
|
| 14 |
+
"sample_rate": 16000,
|
| 15 |
+
"max_audio_seconds": 40,
|
| 16 |
+
"license": "apache-2.0"
|
| 17 |
+
}
|