yangwang825
commited on
Commit
•
add9456
1
Parent(s):
dc937a2
Upload feature extractor
Browse files- preprocessor_config.json +3 -0
preprocessor_config.json
CHANGED
@@ -1,4 +1,7 @@
|
|
1 |
{
|
|
|
|
|
|
|
2 |
"do_normalize": true,
|
3 |
"feature_extractor_type": "Wav2Vec2SpkRegFeatureExtractor",
|
4 |
"feature_size": 1,
|
|
|
1 |
{
|
2 |
+
"auto_map": {
|
3 |
+
"AutoFeatureExtractor": "feature_extraction_wav2vec2_spkreg.Wav2Vec2SpkRegFeatureExtractor"
|
4 |
+
},
|
5 |
"do_normalize": true,
|
6 |
"feature_extractor_type": "Wav2Vec2SpkRegFeatureExtractor",
|
7 |
"feature_size": 1,
|