Upload preprocessor_config.json
Browse filesAdd new feature extractor config (feature extractor has been updated).
- preprocessor_config.json +26 -0
preprocessor_config.json
ADDED
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"center": false,
|
3 |
+
"compression_clip_val": 1e-05,
|
4 |
+
"compression_factor": 1.0,
|
5 |
+
"do_normalize": false,
|
6 |
+
"feature_extractor_type": "UnivNetFeatureExtractor",
|
7 |
+
"feature_size": 1,
|
8 |
+
"filter_length": 1024,
|
9 |
+
"fmax": 12000.0,
|
10 |
+
"fmin": 0.0,
|
11 |
+
"hop_length": 256,
|
12 |
+
"max_length_s": 10,
|
13 |
+
"mel_floor": 1e-09,
|
14 |
+
"model_in_channels": 64,
|
15 |
+
"normalize_max": 2.3143386840820312,
|
16 |
+
"normalize_min": -11.512925148010254,
|
17 |
+
"num_mel_bins": 100,
|
18 |
+
"pad_end_length": 10,
|
19 |
+
"padding_side": "right",
|
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 |
+
}
|