Upload feature extractor
Browse files- preprocessor_config.json +2 -3
preprocessor_config.json
CHANGED
|
@@ -1,8 +1,7 @@
|
|
| 1 |
{
|
| 2 |
-
"
|
| 3 |
-
"feature_extractor_type": "EncodecFeatureExtractor",
|
| 4 |
"feature_size": 1,
|
| 5 |
-
"
|
| 6 |
"padding_side": "right",
|
| 7 |
"padding_value": 0.0,
|
| 8 |
"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,
|