kingabzpro
commited on
Commit
•
3bfb595
1
Parent(s):
b9753ea
add LM preprocessing
Browse files- preprocessor_config.json +4 -2
preprocessor_config.json
CHANGED
@@ -2,8 +2,10 @@
|
|
2 |
"do_normalize": true,
|
3 |
"feature_extractor_type": "Wav2Vec2FeatureExtractor",
|
4 |
"feature_size": 1,
|
|
|
5 |
"padding_side": "right",
|
6 |
"padding_value": 0.0,
|
7 |
-
"return_attention_mask":
|
8 |
-
"sampling_rate": 16000
|
|
|
9 |
}
|
|
|
2 |
"do_normalize": true,
|
3 |
"feature_extractor_type": "Wav2Vec2FeatureExtractor",
|
4 |
"feature_size": 1,
|
5 |
+
"padding": true,
|
6 |
"padding_side": "right",
|
7 |
"padding_value": 0.0,
|
8 |
+
"return_attention_mask": false,
|
9 |
+
"sampling_rate": 16000,
|
10 |
+
"processor_class": "Wav2Vec2ProcessorWithLM"
|
11 |
}
|