modified config.json to add model_type
Browse files- config.json +2 -1
config.json
CHANGED
@@ -273,5 +273,6 @@
|
|
273 |
"suppress_ids_begin": [
|
274 |
220,
|
275 |
50257
|
276 |
-
]
|
|
|
277 |
}
|
|
|
273 |
"suppress_ids_begin": [
|
274 |
220,
|
275 |
50257
|
276 |
+
],
|
277 |
+
"model_type": "whisper"
|
278 |
}
|