Upload feature extractor
Browse files- preprocessor_config.json +2 -0
preprocessor_config.json
CHANGED
|
@@ -1,6 +1,8 @@
|
|
| 1 |
{
|
|
|
|
| 2 |
"feature_extractor_type": "EncodecFeatureExtractor",
|
| 3 |
"feature_size": 2,
|
|
|
|
| 4 |
"padding_side": "right",
|
| 5 |
"padding_value": 0.0,
|
| 6 |
"return_attention_mask": true,
|
|
|
|
| 1 |
{
|
| 2 |
+
"chunk_length_s": 1,
|
| 3 |
"feature_extractor_type": "EncodecFeatureExtractor",
|
| 4 |
"feature_size": 2,
|
| 5 |
+
"overlap": 0.01,
|
| 6 |
"padding_side": "right",
|
| 7 |
"padding_value": 0.0,
|
| 8 |
"return_attention_mask": true,
|