ylacombe HF staff commited on
Commit
be3a861
1 Parent(s): f0f16f7

Update preprocessor_config.json

Browse files
Files changed (1) hide show
  1. preprocessor_config.json +2 -2
preprocessor_config.json CHANGED
@@ -1,11 +1,11 @@
1
  {
2
  "do_normalize": true,
3
- "feature_extractor_type": "Wav2Vec2FeatureExtractor",
4
  "feature_size": 80,
5
  "num_mel_bins": 80,
6
  "padding_side": "right",
7
  "padding_value": 1,
8
- "processor_class": "Wav2Vec2Processor",
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