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