3v324v23 commited on
Commit
bb2fdd7
·
1 Parent(s): 1d5c253

Upload VibeVoice-1.5B finetuned model and processor

Browse files
config.json ADDED
@@ -0,0 +1,118 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "acoustic_tokenizer_config": {
3
+ "causal": true,
4
+ "channels": 1,
5
+ "conv_bias": true,
6
+ "conv_norm": "none",
7
+ "corpus_normalize": 0.0,
8
+ "decoder_depths": null,
9
+ "decoder_n_filters": 32,
10
+ "decoder_ratios": [
11
+ 8,
12
+ 5,
13
+ 5,
14
+ 4,
15
+ 2,
16
+ 2
17
+ ],
18
+ "disable_last_norm": true,
19
+ "encoder_depths": "3-3-3-3-3-3-8",
20
+ "encoder_n_filters": 32,
21
+ "encoder_ratios": [
22
+ 8,
23
+ 5,
24
+ 5,
25
+ 4,
26
+ 2,
27
+ 2
28
+ ],
29
+ "fix_std": 0.5,
30
+ "layer_scale_init_value": 1e-06,
31
+ "layernorm": "RMSNorm",
32
+ "layernorm_elementwise_affine": true,
33
+ "layernorm_eps": 1e-05,
34
+ "mixer_layer": "depthwise_conv",
35
+ "model_type": "vibevoice_acoustic_tokenizer",
36
+ "pad_mode": "constant",
37
+ "std_dist_type": "gaussian",
38
+ "torch_dtype": "float16",
39
+ "vae_dim": 64,
40
+ "weight_init_value": 0.01
41
+ },
42
+ "acoustic_vae_dim": 64,
43
+ "architectures": [
44
+ "VibeVoiceForConditionalGeneration"
45
+ ],
46
+ "decoder_config": {
47
+ "attention_dropout": 0.0,
48
+ "hidden_act": "silu",
49
+ "hidden_size": 1536,
50
+ "initializer_range": 0.02,
51
+ "intermediate_size": 8960,
52
+ "max_position_embeddings": 65536,
53
+ "max_window_layers": 28,
54
+ "model_type": "qwen2",
55
+ "num_attention_heads": 12,
56
+ "num_hidden_layers": 28,
57
+ "num_key_value_heads": 2,
58
+ "rms_norm_eps": 1e-06,
59
+ "rope_scaling": null,
60
+ "rope_theta": 1000000.0,
61
+ "sliding_window": null,
62
+ "tie_word_embeddings": true,
63
+ "torch_dtype": "float16",
64
+ "use_cache": true,
65
+ "use_sliding_window": false,
66
+ "vocab_size": 151936
67
+ },
68
+ "diffusion_head_config": {
69
+ "ddpm_batch_mul": 4,
70
+ "ddpm_beta_schedule": "cosine",
71
+ "ddpm_num_inference_steps": 20,
72
+ "ddpm_num_steps": 1000,
73
+ "diffusion_type": "ddpm",
74
+ "head_ffn_ratio": 3.0,
75
+ "head_layers": 4,
76
+ "hidden_size": 1536,
77
+ "latent_size": 64,
78
+ "model_type": "vibevoice_diffusion_head",
79
+ "prediction_type": "v_prediction",
80
+ "rms_norm_eps": 1e-05,
81
+ "speech_vae_dim": 64,
82
+ "torch_dtype": "float16"
83
+ },
84
+ "model_type": "vibevoice",
85
+ "semantic_tokenizer_config": {
86
+ "causal": true,
87
+ "channels": 1,
88
+ "conv_bias": true,
89
+ "conv_norm": "none",
90
+ "corpus_normalize": 0.0,
91
+ "disable_last_norm": true,
92
+ "encoder_depths": "3-3-3-3-3-3-8",
93
+ "encoder_n_filters": 32,
94
+ "encoder_ratios": [
95
+ 8,
96
+ 5,
97
+ 5,
98
+ 4,
99
+ 2,
100
+ 2
101
+ ],
102
+ "fix_std": 0,
103
+ "layer_scale_init_value": 1e-06,
104
+ "layernorm": "RMSNorm",
105
+ "layernorm_elementwise_affine": true,
106
+ "layernorm_eps": 1e-05,
107
+ "mixer_layer": "depthwise_conv",
108
+ "model_type": "vibevoice_semantic_tokenizer",
109
+ "pad_mode": "constant",
110
+ "std_dist_type": "none",
111
+ "torch_dtype": "float16",
112
+ "vae_dim": 128,
113
+ "weight_init_value": 0.01
114
+ },
115
+ "semantic_vae_dim": 128,
116
+ "torch_dtype": "float16",
117
+ "transformers_version": "4.51.3"
118
+ }
model-00001-of-00002-001.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e1a0268aa3aad9b81dc66b022fc2706a98597ea6bb6272e93d48a5ab60729cb4
3
+ size 4980004414
model-00002-of-00002.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f752da1d1dd4e3bccfc672648533808cd2eaf0a3a78363aaca5ade3ca7e61399
3
+ size 428197408
model.safetensors.index.json ADDED
The diff for this file is too large to render. See raw diff
 
preprocessor_config.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ }