arxyzan commited on
Commit
8d057f4
1 Parent(s): 691bc85

Hezar: Upload feature extractor

Browse files
preprocessor/feature_extractor_config.yaml ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ name: whisper_feature_extractor
2
+ config_type: preprocessor
3
+ feature_size: 80
4
+ sampling_rate: 16000
5
+ padding: longest
6
+ padding_value: 0.0
7
+ padding_side: right
8
+ hop_length: 160
9
+ chunk_length: 30
10
+ n_fft: 400
11
+ return_attention_mask: false