reach-vb HF staff ylacombe HF staff commited on
Commit
3dadbe0
1 Parent(s): 8353d27

Upload feature extractor (#13)

Browse files

- Upload feature extractor (bc845ffa319e332e043bb945c3739e67034666e3)


Co-authored-by: Yoach Lacombe <ylacombe@users.noreply.huggingface.co>

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