Commit
·
e5d92d0
1
Parent(s):
5920d4c
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_ecapa.EcapaFeatureExtractor"
|
| 4 |
+
},
|
| 5 |
+
"do_normalize": true,
|
| 6 |
+
"feature_extractor_type": "EcapaFeatureExtractor",
|
| 7 |
+
"feature_size": 1,
|
| 8 |
+
"padding_side": "right",
|
| 9 |
+
"padding_value": 0.0,
|
| 10 |
+
"return_attention_mask": false,
|
| 11 |
+
"sampling_rate": 16000
|
| 12 |
+
}
|