bezzam HF Staff commited on
Commit
08d9efc
·
verified ·
1 Parent(s): 13a372e

Upload feature extractor

Browse files
Files changed (1) hide show
  1. preprocessor_config.json +5 -4
preprocessor_config.json CHANGED
@@ -1,14 +1,15 @@
1
  {
2
  "feature_extractor_type": "Xcodec2FeatureExtractor",
3
  "feature_size": 80,
 
 
 
 
4
  "hop_length": 320,
5
- "n_fft": 512,
6
  "num_mel_bins": 80,
7
  "padding_side": "right",
8
  "padding_value": 1,
9
  "return_attention_mask": true,
10
  "sampling_rate": 16000,
11
- "spectrogram_hop_length": 160,
12
- "stride": 2,
13
- "window_length": 400
14
  }
 
1
  {
2
  "feature_extractor_type": "Xcodec2FeatureExtractor",
3
  "feature_size": 80,
4
+ "frame_length": 400,
5
+ "frame_length_ms": 25.0,
6
+ "frame_shift": 160,
7
+ "frame_shift_ms": 10.0,
8
  "hop_length": 320,
 
9
  "num_mel_bins": 80,
10
  "padding_side": "right",
11
  "padding_value": 1,
12
  "return_attention_mask": true,
13
  "sampling_rate": 16000,
14
+ "stride": 2
 
 
15
  }