fix2 config
Browse files- config.json +4 -1
config.json
CHANGED
|
@@ -1,5 +1,8 @@
|
|
| 1 |
{
|
| 2 |
"_name_or_path": "ososData/arabicWhisperCs",
|
| 3 |
"model_type": "whisper",
|
| 4 |
-
"task": "automatic-speech-recognition"
|
|
|
|
|
|
|
|
|
|
| 5 |
}
|
|
|
|
| 1 |
{
|
| 2 |
"_name_or_path": "ososData/arabicWhisperCs",
|
| 3 |
"model_type": "whisper",
|
| 4 |
+
"task": "automatic-speech-recognition",
|
| 5 |
+
"architectures": [
|
| 6 |
+
"WhisperForConditionalGeneration"
|
| 7 |
+
]
|
| 8 |
}
|