Update adapter_config.json
Browse files- adapter_config.json +1 -1
adapter_config.json
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
"base_model_class": "WhisperForConditionalGeneration",
|
5 |
"parent_library": "transformers.models.whisper.modeling_whisper"
|
6 |
},
|
7 |
-
"base_model_name_or_path": "openai/whisper-large",
|
8 |
"bias": "none",
|
9 |
"fan_in_fan_out": false,
|
10 |
"inference_mode": true,
|
|
|
4 |
"base_model_class": "WhisperForConditionalGeneration",
|
5 |
"parent_library": "transformers.models.whisper.modeling_whisper"
|
6 |
},
|
7 |
+
"base_model_name_or_path": "openai/whisper-large-v2",
|
8 |
"bias": "none",
|
9 |
"fan_in_fan_out": false,
|
10 |
"inference_mode": true,
|