7ocho commited on
Commit
ac70a92
·
verified ·
1 Parent(s): 48334dc

Update preprocessor_config.json

Browse files
Files changed (1) hide show
  1. preprocessor_config.json +18 -13
preprocessor_config.json CHANGED
@@ -1,15 +1,20 @@
1
  {
2
- "chunk_length": 30,
3
- "dither": 0.0,
4
- "feature_extractor_type": "WhisperFeatureExtractor",
5
- "feature_size": 80,
6
- "hop_length": 160,
7
- "n_fft": 400,
8
- "n_samples": 480000,
9
- "nb_max_frames": 3000,
10
- "padding_side": "right",
11
- "padding_value": 0.0,
12
- "processor_class": "WhisperProcessor",
13
- "return_attention_mask": false,
14
- "sampling_rate": 16000
 
 
 
 
 
15
  }
 
1
  {
2
+ "feature_extractor": {
3
+ "apply_spec_augment": true,
4
+ "chunk_length": 30,
5
+ "dither": 0.0,
6
+ "feature_extractor_type": "WhisperFeatureExtractor",
7
+ "feature_size": 80,
8
+ "hop_length": 160,
9
+ "mask_feature_prob": 0.15,
10
+ "mask_time_prob": 0.15,
11
+ "n_fft": 400,
12
+ "n_samples": 480000,
13
+ "nb_max_frames": 3000,
14
+ "padding_side": "right",
15
+ "padding_value": 0.0,
16
+ "return_attention_mask": false,
17
+ "sampling_rate": 16000
18
+ },
19
+ "processor_class": "WhisperProcessor"
20
  }