Update preprocessor_config.json
Browse files- preprocessor_config.json +1 -2
preprocessor_config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
|
3 |
"feature_extractor_type": "SpeechT5FeatureExtractor",
|
4 |
"feature_size": 1,
|
5 |
"fmax": 7600,
|
@@ -11,7 +11,6 @@
|
|
11 |
"padding_side": "right",
|
12 |
"padding_value": 0.0,
|
13 |
"processor_class": "SpeechT5Processor",
|
14 |
-
"reduction_factor": 2,
|
15 |
"return_attention_mask": true,
|
16 |
"sampling_rate": 16000,
|
17 |
"win_function": "hann_window",
|
|
|
1 |
{
|
2 |
+
"do_normalize": false,
|
3 |
"feature_extractor_type": "SpeechT5FeatureExtractor",
|
4 |
"feature_size": 1,
|
5 |
"fmax": 7600,
|
|
|
11 |
"padding_side": "right",
|
12 |
"padding_value": 0.0,
|
13 |
"processor_class": "SpeechT5Processor",
|
|
|
14 |
"return_attention_mask": true,
|
15 |
"sampling_rate": 16000,
|
16 |
"win_function": "hann_window",
|