preprocessor_config.json
| 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 |
| 11 | } |
| 12 | |