3v324v23 commited on
Commit
0236e59
·
1 Parent(s): f2f9329

fix2 config

Browse files
Files changed (1) hide show
  1. 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
  }