Update config.json
Browse files- config.json +1 -1
config.json
CHANGED
@@ -28,7 +28,7 @@
|
|
28 |
"is_encoder_decoder": true,
|
29 |
"max_length": 4448,
|
30 |
"max_source_positions": 1500,
|
31 |
-
"max_target_positions":
|
32 |
"model_type": "whisper",
|
33 |
"num_hidden_layers": 12,
|
34 |
"num_mel_bins": 80,
|
|
|
28 |
"is_encoder_decoder": true,
|
29 |
"max_length": 4448,
|
30 |
"max_source_positions": 1500,
|
31 |
+
"max_target_positions": 4448,
|
32 |
"model_type": "whisper",
|
33 |
"num_hidden_layers": 12,
|
34 |
"num_mel_bins": 80,
|