Upload preprocessor_config.json with huggingface_hub
Browse files- preprocessor_config.json +13 -0
preprocessor_config.json
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"processor_class": "VibeVoiceProcessor",
|
3 |
+
"speech_tok_compress_ratio": 3200,
|
4 |
+
"db_normalize": true,
|
5 |
+
"audio_processor": {
|
6 |
+
"feature_extractor_type": "VibeVoiceTokenizerProcessor",
|
7 |
+
"sampling_rate": 24000,
|
8 |
+
"normalize_audio": true,
|
9 |
+
"target_dB_FS": -25,
|
10 |
+
"eps": 1e-06
|
11 |
+
},
|
12 |
+
"language_model_pretrained_name": "Qwen/Qwen2.5-1.5B"
|
13 |
+
}
|