ylacombe HF staff commited on
Commit
bc845ff
1 Parent(s): 8353d27

Upload feature extractor

Browse files
Files changed (1) hide show
  1. preprocessor_config.json +2 -1
preprocessor_config.json CHANGED
@@ -1,9 +1,10 @@
1
  {
2
- "feature_extractor_type": "Wav2Vec2BERTFeatureExtractor",
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