Upload processor
Browse files- preprocessor_config.json +2 -2
preprocessor_config.json
CHANGED
|
@@ -3,11 +3,11 @@
|
|
| 3 |
"feature_size": 100,
|
| 4 |
"hop_length": 256,
|
| 5 |
"n_fft": 1024,
|
| 6 |
-
"
|
| 7 |
"padding": "center",
|
| 8 |
"padding_side": "right",
|
| 9 |
"padding_value": 0.0,
|
| 10 |
-
"processor_class": "
|
| 11 |
"return_attention_mask": true,
|
| 12 |
"sampling_rate": 24000,
|
| 13 |
"win_length": 1024
|
|
|
|
| 3 |
"feature_size": 100,
|
| 4 |
"hop_length": 256,
|
| 5 |
"n_fft": 1024,
|
| 6 |
+
"n_mels": 100,
|
| 7 |
"padding": "center",
|
| 8 |
"padding_side": "right",
|
| 9 |
"padding_value": 0.0,
|
| 10 |
+
"processor_class": "VocosEncodecProcessor",
|
| 11 |
"return_attention_mask": true,
|
| 12 |
"sampling_rate": 24000,
|
| 13 |
"win_length": 1024
|