Update preprocessor_config.json
Browse filesFixing hop length, see https://github.com/huggingface/transformers/pull/39313
- 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,
|