Upload feature extractor
Browse files- preprocessor_config.json +11 -0
preprocessor_config.json
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 |
+
"return_attention_mask": true,
|
| 9 |
+
"sampling_rate": 24000,
|
| 10 |
+
"target_dB_FS": -25
|
| 11 |
+
}
|