tigopt commited on
Commit
318ee9c
·
unverified ·
1 Parent(s): eda1bfe

Renamed file to expected filename

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