yunfengwang commited on
Commit
59bec7b
·
verified ·
1 Parent(s): 34cb0fa

Upload hf_cache/w2v-bert-2.0/preprocessor_config.json with huggingface_hub

Browse files
hf_cache/w2v-bert-2.0/preprocessor_config.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
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
11
+ }