Upload VibeVoice-1.5B finetuned model and processor
Browse files- .DS_Store +0 -0
- configuration.json +1 -0
- preprocessor_config.json +2 -1
.DS_Store
ADDED
|
Binary file (6.15 kB). View file
|
|
|
configuration.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{ "framework": "pytorch", "task": "tts", "allow_remote": true }
|
preprocessor_config.json
CHANGED
|
@@ -8,5 +8,6 @@
|
|
| 8 |
"normalize_audio": true,
|
| 9 |
"target_dB_FS": -25,
|
| 10 |
"eps": 1e-06
|
| 11 |
-
}
|
|
|
|
| 12 |
}
|
|
|
|
| 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 |
}
|