Commit
·
c1623b7
1
Parent(s):
1bfda7c
Create preprocessor_config.json
Browse files- preprocessor_config.json +12 -0
preprocessor_config.json
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"auto_map": {
|
3 |
+
"AutoFeatureExtractor": "feature_extraction_xvector.XvectorFeatureExtractor"
|
4 |
+
},
|
5 |
+
"do_normalize": true,
|
6 |
+
"feature_extractor_type": "XvectorFeatureExtractor",
|
7 |
+
"feature_size": 1,
|
8 |
+
"padding_side": "right",
|
9 |
+
"padding_value": 0.0,
|
10 |
+
"return_attention_mask": false,
|
11 |
+
"sampling_rate": 16000
|
12 |
+
}
|