bezzam HF Staff commited on
Commit
48a2ed4
·
verified ·
1 Parent(s): 28258db

Upload feature extractor

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