Update config.json
Browse files- config.json +5 -1
config.json
CHANGED
@@ -49,7 +49,11 @@
|
|
49 |
"max_target_positions": 448,
|
50 |
"median_filter_width": 7,
|
51 |
"model_type": "whisper",
|
52 |
-
"
|
|
|
|
|
|
|
|
|
53 |
"num_hidden_layers": 6,
|
54 |
"num_mel_bins": 80,
|
55 |
"pad_token_id": 50257,
|
|
|
49 |
"max_target_positions": 448,
|
50 |
"median_filter_width": 7,
|
51 |
"model_type": "whisper",
|
52 |
+
"task_specific_params": {
|
53 |
+
"automatic-speech-recognition": {
|
54 |
+
"task": "transcribe"
|
55 |
+
}
|
56 |
+
}
|
57 |
"num_hidden_layers": 6,
|
58 |
"num_mel_bins": 80,
|
59 |
"pad_token_id": 50257,
|