Upload feature extractor
Browse files- preprocessor_config.json +17 -0
preprocessor_config.json
ADDED
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"center": true,
|
3 |
+
"f_max": 8000,
|
4 |
+
"f_min": 0,
|
5 |
+
"feature_extractor_type": "DashengFeatureExtractor",
|
6 |
+
"feature_size": 64,
|
7 |
+
"hop_size": 160,
|
8 |
+
"model_input_names": [
|
9 |
+
"input_values"
|
10 |
+
],
|
11 |
+
"n_fft": 512,
|
12 |
+
"padding_side": "right",
|
13 |
+
"padding_value": 0.0,
|
14 |
+
"return_attention_mask": false,
|
15 |
+
"sampling_rate": 16000,
|
16 |
+
"win_size": 512
|
17 |
+
}
|