Upload processor
Browse files- preprocessor_config.json +4 -11
preprocessor_config.json
CHANGED
@@ -1,18 +1,11 @@
|
|
1 |
{
|
2 |
-
"
|
3 |
-
"
|
4 |
-
"feature_size": 1,
|
5 |
-
"fmax": 7600,
|
6 |
-
"fmin": 80,
|
7 |
-
"frame_signal_scale": 1.0,
|
8 |
-
"hop_length": 16,
|
9 |
-
"mel_floor": 1e-10,
|
10 |
"num_mel_bins": 80,
|
11 |
"padding_side": "right",
|
12 |
"padding_value": 0.0,
|
13 |
-
"processor_class": "
|
14 |
"return_attention_mask": true,
|
15 |
"sampling_rate": 16000,
|
16 |
-
"
|
17 |
-
"win_length": 64
|
18 |
}
|
|
|
1 |
{
|
2 |
+
"feature_extractor_type": "SeamlessM4TFeatureExtractor",
|
3 |
+
"feature_size": 80,
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
"num_mel_bins": 80,
|
5 |
"padding_side": "right",
|
6 |
"padding_value": 0.0,
|
7 |
+
"processor_class": "Wav2Vec2BertProcessor",
|
8 |
"return_attention_mask": true,
|
9 |
"sampling_rate": 16000,
|
10 |
+
"stride": 2
|
|
|
11 |
}
|