Update preprocessor_config.json (#4)
Browse files- Update preprocessor_config.json (17d5e0fc44a2c29589e1cb84b8b93a03d32f905f)
Co-authored-by: Eric Bezzam <[email protected]>
- preprocessor_config.json +1 -1
preprocessor_config.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
{
|
2 |
"feature_extractor_type": "DacFeatureExtractor",
|
3 |
"feature_size": 1,
|
4 |
-
"hop_length":
|
5 |
"padding_side": "right",
|
6 |
"padding_value": 0.0,
|
7 |
"return_attention_mask": true,
|
|
|
1 |
{
|
2 |
"feature_extractor_type": "DacFeatureExtractor",
|
3 |
"feature_size": 1,
|
4 |
+
"hop_length": 320,
|
5 |
"padding_side": "right",
|
6 |
"padding_value": 0.0,
|
7 |
"return_attention_mask": true,
|