Xabi Ezpeleta
commited on
Commit
•
3aa43c9
1
Parent(s):
d206943
Fix max_length
Browse files- config.json +1 -1
config.json
CHANGED
@@ -31,7 +31,7 @@
|
|
31 |
"mask_time_length": 10,
|
32 |
"mask_time_min_masks": 2,
|
33 |
"mask_time_prob": 0.05,
|
34 |
-
"max_length":
|
35 |
"max_source_positions": 1500,
|
36 |
"max_target_positions": 448,
|
37 |
"median_filter_width": 7,
|
|
|
31 |
"mask_time_length": 10,
|
32 |
"mask_time_min_masks": 2,
|
33 |
"mask_time_prob": 0.05,
|
34 |
+
"max_length": 448,
|
35 |
"max_source_positions": 1500,
|
36 |
"max_target_positions": 448,
|
37 |
"median_filter_width": 7,
|