Upload processor
Browse files- preprocessor_config.json +7 -5
preprocessor_config.json
CHANGED
|
@@ -1,9 +1,11 @@
|
|
| 1 |
{
|
| 2 |
-
"feature_extractor_type": "
|
| 3 |
-
"feature_size":
|
| 4 |
-
"
|
| 5 |
"padding_side": "right",
|
| 6 |
-
"padding_value":
|
|
|
|
| 7 |
"return_attention_mask": true,
|
| 8 |
-
"sampling_rate": 16000
|
|
|
|
| 9 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"feature_extractor_type": "SeamlessM4TFeatureExtractor",
|
| 3 |
+
"feature_size": 80,
|
| 4 |
+
"num_mel_bins": 80,
|
| 5 |
"padding_side": "right",
|
| 6 |
+
"padding_value": 1,
|
| 7 |
+
"processor_class": "Xcodec2Processor",
|
| 8 |
"return_attention_mask": true,
|
| 9 |
+
"sampling_rate": 16000,
|
| 10 |
+
"stride": 2
|
| 11 |
}
|