fix: add max length to config
Browse filesref: https://huggingface.co/openai/whisper-large-v3/commit/7d7979efc4b8eb508fb98895b8b22770468eab18
- config.json +1 -0
config.json
CHANGED
@@ -34,6 +34,7 @@
|
|
34 |
"mask_time_length": 10,
|
35 |
"mask_time_min_masks": 2,
|
36 |
"mask_time_prob": 0.05,
|
|
|
37 |
"max_source_positions": 1500,
|
38 |
"max_target_positions": 448,
|
39 |
"median_filter_width": 7,
|
|
|
34 |
"mask_time_length": 10,
|
35 |
"mask_time_min_masks": 2,
|
36 |
"mask_time_prob": 0.05,
|
37 |
+
"max_length": 448,
|
38 |
"max_source_positions": 1500,
|
39 |
"max_target_positions": 448,
|
40 |
"median_filter_width": 7,
|