rgomez-itg
commited on
Commit
•
b4c7a7c
1
Parent(s):
07a0636
Delete preprocessor_config.json
Browse files- preprocessor_config.json +0 -14
preprocessor_config.json
DELETED
@@ -1,14 +0,0 @@
|
|
1 |
-
{
|
2 |
-
"chunk_length": 30,
|
3 |
-
"feature_extractor_type": "WhisperFeatureExtractor",
|
4 |
-
"feature_size": 80,
|
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 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|