huzy0 commited on
Commit
f9f057c
·
verified ·
1 Parent(s): e2a8e6f

Upload feature extractor

Browse files
Files changed (1) hide show
  1. preprocessor_config.json +17 -0
preprocessor_config.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "auto_map": {
3
+ "AutoFeatureExtractor": "processing_bestrq_conformer.ModifiedWhisperFeatureExtractor",
4
+ "AutoProcessor": "processing_bestrq_conformer.ModifiedWhisperFeatureExtractor"
5
+ },
6
+ "chunk_length": 30,
7
+ "feature_extractor_type": "ModifiedWhisperFeatureExtractor",
8
+ "feature_size": 80,
9
+ "hop_length": 160,
10
+ "n_fft": 400,
11
+ "n_samples": 480000,
12
+ "nb_max_frames": 3000,
13
+ "padding_side": "right",
14
+ "padding_value": 0.0,
15
+ "return_attention_mask": false,
16
+ "sampling_rate": 16000
17
+ }