3v324v23 commited on
Commit
8820607
·
1 Parent(s): 7e10bd7

Upload VibeVoice-1.5B finetuned model and processor

Browse files
Files changed (3) hide show
  1. .DS_Store +0 -0
  2. configuration.json +1 -0
  3. 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
  }