Create preprocessor_config.json
Browse files- preprocessor_config.json +16 -0
preprocessor_config.json
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"do_normalize": true,
|
3 |
+
"feature_extractor_type": "MAESTFeatureExtractor",
|
4 |
+
"feature_size": 1,
|
5 |
+
"max_length": 1876,
|
6 |
+
"mean": 2.06755686098554,
|
7 |
+
"std": 1.268292820667291,
|
8 |
+
"num_mel_bins": 96,
|
9 |
+
"padding_side": "right",
|
10 |
+
"padding_value": 0.0,
|
11 |
+
"return_attention_mask": false,
|
12 |
+
"sampling_rate": 16000,
|
13 |
+
"n_fft": 512,
|
14 |
+
"hop_length": 256,
|
15 |
+
"log_compression": "logC"
|
16 |
+
}
|