Audio-to-Audio
Transformers
Safetensors
xcodec2
bezzam HF Staff commited on
Commit
a003132
·
verified ·
1 Parent(s): 509222e

Upload feature extractor

Browse files
Files changed (1) hide show
  1. preprocessor_config.json +8 -4
preprocessor_config.json CHANGED
@@ -1,9 +1,13 @@
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": "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
+ "sampling_rate": 16000,
12
+ "stride": 2
13
  }