Upload processor
Browse files- preprocessor_config.json +6 -0
preprocessor_config.json
CHANGED
|
@@ -1,6 +1,12 @@
|
|
| 1 |
{
|
| 2 |
"eps": 1e-06,
|
|
|
|
|
|
|
| 3 |
"normalize_audio": true,
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
"sampling_rate": 24000,
|
| 5 |
"target_dB_FS": -25
|
| 6 |
}
|
|
|
|
| 1 |
{
|
| 2 |
"eps": 1e-06,
|
| 3 |
+
"feature_extractor_type": "VibeVoiceFeatureExtractor",
|
| 4 |
+
"feature_size": 1,
|
| 5 |
"normalize_audio": true,
|
| 6 |
+
"padding_side": "right",
|
| 7 |
+
"padding_value": 0.0,
|
| 8 |
+
"processor_class": "VibeVoiceProcessor",
|
| 9 |
+
"return_attention_mask": true,
|
| 10 |
"sampling_rate": 24000,
|
| 11 |
"target_dB_FS": -25
|
| 12 |
}
|