Upload preprocessor_config.json
Browse filesUpdate feature extractor config (calculate spectrogram_zero from other config values)
- preprocessor_config.json +0 -1
preprocessor_config.json
CHANGED
@@ -20,7 +20,6 @@
|
|
20 |
"padding_value": 0.0,
|
21 |
"return_attention_mask": true,
|
22 |
"sampling_rate": 24000,
|
23 |
-
"spectrogram_zero": -11.5129,
|
24 |
"win_function": "hann_window",
|
25 |
"win_length": 1024
|
26 |
}
|
|
|
20 |
"padding_value": 0.0,
|
21 |
"return_attention_mask": true,
|
22 |
"sampling_rate": 24000,
|
|
|
23 |
"win_function": "hann_window",
|
24 |
"win_length": 1024
|
25 |
}
|