Commit
•
7d7979e
1
Parent(s):
9ee8ba8
Add max length to config (#38)
Browse files- Upload config (c77eb7bc546b7d8b03868f996435cb26d1a0a94e)
Co-authored-by: Sanchit Gandhi <[email protected]>
- config.json +1 -0
config.json
CHANGED
@@ -33,6 +33,7 @@
|
|
33 |
"mask_time_length": 10,
|
34 |
"mask_time_min_masks": 2,
|
35 |
"mask_time_prob": 0.05,
|
|
|
36 |
"max_source_positions": 1500,
|
37 |
"max_target_positions": 448,
|
38 |
"median_filter_width": 7,
|
|
|
33 |
"mask_time_length": 10,
|
34 |
"mask_time_min_masks": 2,
|
35 |
"mask_time_prob": 0.05,
|
36 |
+
"max_length": 448,
|
37 |
"max_source_positions": 1500,
|
38 |
"max_target_positions": 448,
|
39 |
"median_filter_width": 7,
|