fawazahmed0
commited on
Commit
•
bb9be17
1
Parent(s):
5248174
Upload feature extractor
Browse files- preprocessor_config.json +13 -0
preprocessor_config.json
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"chunk_length": 5,
|
3 |
+
"feature_extractor_type": "WhisperFeatureExtractor",
|
4 |
+
"feature_size": 80,
|
5 |
+
"hop_length": 160,
|
6 |
+
"n_fft": 400,
|
7 |
+
"n_samples": 80000,
|
8 |
+
"nb_max_frames": 500,
|
9 |
+
"padding_side": "right",
|
10 |
+
"padding_value": 0.0,
|
11 |
+
"return_attention_mask": false,
|
12 |
+
"sampling_rate": 16000
|
13 |
+
}
|