Update config.json
Browse files- config.json +3 -3
config.json
CHANGED
@@ -52,14 +52,14 @@
|
|
52 |
"intermediate_size": 4096,
|
53 |
"layer_norm_eps": 1e-05,
|
54 |
"layerdrop": 0.05,
|
55 |
-
"mask_channel_length":
|
56 |
"mask_channel_min_space": 1,
|
57 |
"mask_channel_other": 0.0,
|
58 |
"mask_channel_prob": 0.0,
|
59 |
"mask_channel_selection": "static",
|
60 |
-
"mask_feature_length":
|
61 |
"mask_feature_prob": 0.0,
|
62 |
-
"mask_time_length":
|
63 |
"mask_time_min_space": 1,
|
64 |
"mask_time_other": 0.0,
|
65 |
"mask_time_prob": 0,
|
|
|
52 |
"intermediate_size": 4096,
|
53 |
"layer_norm_eps": 1e-05,
|
54 |
"layerdrop": 0.05,
|
55 |
+
"mask_channel_length": 10,
|
56 |
"mask_channel_min_space": 1,
|
57 |
"mask_channel_other": 0.0,
|
58 |
"mask_channel_prob": 0.0,
|
59 |
"mask_channel_selection": "static",
|
60 |
+
"mask_feature_length": 10,
|
61 |
"mask_feature_prob": 0.0,
|
62 |
+
"mask_time_length": 5,
|
63 |
"mask_time_min_space": 1,
|
64 |
"mask_time_other": 0.0,
|
65 |
"mask_time_prob": 0,
|