Upload feature extractor
Browse files- preprocessor_config.json +2 -1
preprocessor_config.json
CHANGED
@@ -1,9 +1,10 @@
|
|
1 |
{
|
2 |
-
"feature_extractor_type": "
|
3 |
"feature_size": 80,
|
4 |
"num_mel_bins": 80,
|
5 |
"padding_side": "right",
|
6 |
"padding_value": 1,
|
|
|
7 |
"return_attention_mask": true,
|
8 |
"sampling_rate": 16000,
|
9 |
"stride": 2
|
|
|
1 |
{
|
2 |
+
"feature_extractor_type": "SeamlessM4TFeatureExtractor",
|
3 |
"feature_size": 80,
|
4 |
"num_mel_bins": 80,
|
5 |
"padding_side": "right",
|
6 |
"padding_value": 1,
|
7 |
+
"processor_class": "Wav2Vec2BertProcessor",
|
8 |
"return_attention_mask": true,
|
9 |
"sampling_rate": 16000,
|
10 |
"stride": 2
|