Update preprocessor_config.json
Browse files- preprocessor_config.json +2 -2
preprocessor_config.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
| 1 |
{
|
| 2 |
"chunk_length": 30,
|
| 3 |
-
"feature_extractor_type": "
|
| 4 |
"feature_size": 80,
|
| 5 |
"hop_length": 256,
|
| 6 |
"n_fft": 1024,
|
| 7 |
"padding_side": "right",
|
| 8 |
"padding_value": 0.0,
|
| 9 |
-
"processor_class": "
|
| 10 |
"return_attention_mask": false,
|
| 11 |
"sampling_rate": 22050,
|
| 12 |
"mel_norms": [-7.0095, -6.0832, -4.6440, -3.3562, -2.4548, -2.0097, -1.6036, -1.8641,
|
|
|
|
| 1 |
{
|
| 2 |
"chunk_length": 30,
|
| 3 |
+
"feature_extractor_type": "ClvpFeatureExtractor",
|
| 4 |
"feature_size": 80,
|
| 5 |
"hop_length": 256,
|
| 6 |
"n_fft": 1024,
|
| 7 |
"padding_side": "right",
|
| 8 |
"padding_value": 0.0,
|
| 9 |
+
"processor_class": "ClvpProcessor",
|
| 10 |
"return_attention_mask": false,
|
| 11 |
"sampling_rate": 22050,
|
| 12 |
"mel_norms": [-7.0095, -6.0832, -4.6440, -3.3562, -2.4548, -2.0097, -1.6036, -1.8641,
|