Update config.json
Browse files- config.json +2 -2
config.json
CHANGED
@@ -33,9 +33,9 @@
|
|
33 |
"mask_time_length": 10,
|
34 |
"mask_time_min_masks": 2,
|
35 |
"mask_time_prob": 0.05,
|
36 |
-
"max_length":
|
37 |
"max_source_positions": 1500,
|
38 |
-
"max_target_positions":
|
39 |
"median_filter_width": 7,
|
40 |
"model_type": "whisper",
|
41 |
"num_hidden_layers": 32,
|
|
|
33 |
"mask_time_length": 10,
|
34 |
"mask_time_min_masks": 2,
|
35 |
"mask_time_prob": 0.05,
|
36 |
+
"max_length": 1000,
|
37 |
"max_source_positions": 1500,
|
38 |
+
"max_target_positions": 1000,
|
39 |
"median_filter_width": 7,
|
40 |
"model_type": "whisper",
|
41 |
"num_hidden_layers": 32,
|