bezzam HF Staff commited on
Commit
3ebde2d
·
verified ·
1 Parent(s): 119baee

Upload processor

Browse files
Files changed (1) hide show
  1. preprocessor_config.json +7 -5
preprocessor_config.json CHANGED
@@ -1,9 +1,11 @@
1
  {
2
- "feature_extractor_type": "DacFeatureExtractor",
3
- "feature_size": 1,
4
- "hop_length": 320,
5
  "padding_side": "right",
6
- "padding_value": 0.0,
 
7
  "return_attention_mask": true,
8
- "sampling_rate": 16000
 
9
  }
 
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": "Xcodec2Processor",
8
  "return_attention_mask": true,
9
+ "sampling_rate": 16000,
10
+ "stride": 2
11
  }