fix config
Browse files- config.json +5 -0
config.json
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "ososData/arabicWhisperCs",
|
| 3 |
+
"model_type": "whisper",
|
| 4 |
+
"task": "automatic-speech-recognition"
|
| 5 |
+
}
|