Text-to-Speech
Moshi
English
tts
audio
adefossez commited on
Commit
300c6ce
·
verified ·
1 Parent(s): 4a72de5

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +90 -0
config.json ADDED
@@ -0,0 +1,90 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "card": 2048,
3
+ "n_q": 16,
4
+ "dep_q": 16,
5
+ "delays": [
6
+ 0,
7
+ 0,
8
+ 2,
9
+ 2,
10
+ 2,
11
+ 2,
12
+ 2,
13
+ 2,
14
+ 2,
15
+ 2,
16
+ 2,
17
+ 2,
18
+ 2,
19
+ 2,
20
+ 2,
21
+ 2,
22
+ 2
23
+ ],
24
+ "dim": 1024,
25
+ "text_card": 8000,
26
+ "existing_text_padding_id": 3,
27
+ "num_heads": 16,
28
+ "num_layers": 24,
29
+ "hidden_scale": 4.125,
30
+ "causal": true,
31
+ "layer_scale": null,
32
+ "context": 500,
33
+ "max_period": 10000,
34
+ "gating": "silu",
35
+ "norm": "rms_norm_f32",
36
+ "positional_embedding": "rope",
37
+ "depformer_dim": 1024,
38
+ "depformer_num_heads": 16,
39
+ "depformer_num_layers": 4,
40
+ "depformer_dim_feedforward": 3072,
41
+ "depformer_multi_linear": true,
42
+ "depformer_pos_emb": "none",
43
+ "depformer_weights_per_step": true,
44
+ "depformer_low_rank_embeddings": 128,
45
+ "demux_second_stream": true,
46
+ "text_card_out": 5,
47
+ "conditioners": {},
48
+ "fuser": {
49
+ "cross_attention_pos_emb": false,
50
+ "cross_attention_pos_emb_scale": 1,
51
+ "sum": [],
52
+ "prepend": [],
53
+ "cross": []
54
+ },
55
+ "cross_attention": false,
56
+ "tts_config": {
57
+ "audio_delay": 1.28,
58
+ "second_stream_ahead": 2
59
+ },
60
+ "model_id": {
61
+ "sig": "d6ef30c7",
62
+ "epoch": 1000
63
+ },
64
+ "depformer_weights_per_step_schedule": [
65
+ 0,
66
+ 1,
67
+ 2,
68
+ 3,
69
+ 4,
70
+ 5,
71
+ 6,
72
+ 7,
73
+ 8,
74
+ 8,
75
+ 8,
76
+ 8,
77
+ 8,
78
+ 8,
79
+ 8,
80
+ 8
81
+ ],
82
+ "model_type": "tts",
83
+ "lm_gen_config": {
84
+ "temp": 0.6,
85
+ "text_temp": 0.6
86
+ },
87
+ "tokenizer_name": "tokenizer_spm_8k_en_fr_audio.model",
88
+ "mimi_name": "tokenizer-e351c8d8-checkpoint125.safetensors",
89
+ "moshi_name": "[email protected]"
90
+ }