trungd-hume commited on
Commit
c8b05cf
·
1 Parent(s): 41d874e

Upload folder using huggingface_hub

Browse files
Files changed (2) hide show
  1. config.json +56 -0
  2. generation_config.json +6 -0
config.json ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "acoustic_dim": 512,
3
+ "acoustic_from_nth_hidden_state": -1,
4
+ "acoustic_head_type": "identity",
5
+ "acoustic_mean": 0.0,
6
+ "acoustic_std": 1.5,
7
+ "add_semantic_to_condition": 0.0,
8
+ "architectures": [
9
+ "TadaForCausalLM"
10
+ ],
11
+ "attention_bias": false,
12
+ "attention_dropout": 0.0,
13
+ "bos_token_id": 128000,
14
+ "bottleneck_dim": 1024,
15
+ "context_window": 8,
16
+ "diffusion_head_type": "vibevoice",
17
+ "dist_type": "fixed",
18
+ "dtype": "bfloat16",
19
+ "eos_token_id": 128001,
20
+ "head_dim": 64,
21
+ "head_ffn_ratio": 4.0,
22
+ "head_layers": 6,
23
+ "hidden_act": "silu",
24
+ "hidden_size": 2048,
25
+ "initializer_range": 0.02,
26
+ "intermediate_size": 8192,
27
+ "latent_dropout": 0.0,
28
+ "max_position_embeddings": 131072,
29
+ "mlp_bias": false,
30
+ "model_type": "llama",
31
+ "num_attention_heads": 32,
32
+ "num_hidden_layers": 16,
33
+ "num_key_value_heads": 8,
34
+ "num_time_classes": 256,
35
+ "pass_time_after_to_llm": true,
36
+ "pass_time_after_to_prediction_head": true,
37
+ "pass_time_before_to_llm": true,
38
+ "pass_time_before_to_prediction_head": true,
39
+ "pretraining_tp": 1,
40
+ "rms_norm_eps": 1e-05,
41
+ "rope_scaling": {
42
+ "factor": 32.0,
43
+ "high_freq_factor": 4.0,
44
+ "low_freq_factor": 1.0,
45
+ "original_max_position_embeddings": 8192,
46
+ "rope_type": "llama3"
47
+ },
48
+ "rope_theta": 500000.0,
49
+ "shift_acoustic": 5,
50
+ "tie_word_embeddings": true,
51
+ "token_time_predicted_by": "diffusion",
52
+ "transformers_version": "4.57.3",
53
+ "use_cache": true,
54
+ "use_gray_code_for_time": true,
55
+ "vocab_size": 128256
56
+ }
generation_config.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 128000,
4
+ "eos_token_id": 128001,
5
+ "transformers_version": "4.57.3"
6
+ }