Text-to-Audio
AllenNLP
Safetensors
code
agent
YIIB commited on
Commit
039cb74
·
verified ·
1 Parent(s): ce1beab

Upload 2 files

Browse files
model.safetensors.index.json ADDED
The diff for this file is too large to render. See raw diff
 
vibe 1preprocessor_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
+ }