potsawee commited on
Commit
da465e2
·
verified ·
1 Parent(s): 7ce2169

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +25 -0
config.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "text_sync_mimi",
3
+ "architectures": ["TextSyncMimi"],
4
+ "model_version": "v1.6",
5
+ "mimi_model_id": "kyutai/mimi",
6
+ "vocab_size": 128256,
7
+ "alpha": 1.0,
8
+ "cross_attention_layers": 4,
9
+ "causal_attention_layers": 4,
10
+ "bce_threshold": 0.1,
11
+ "end_token_threshold": 0.5,
12
+ "max_z_tokens": 50,
13
+ "hidden_size": 512,
14
+ "text_embedding_dim": 4096,
15
+ "sample_rate": 24000,
16
+ "frame_rate": 12.5,
17
+ "initializer_range": 0.02,
18
+ "transformers_version": "4.47.0",
19
+ "torch_dtype": "float32",
20
+ "auto_map": {
21
+ "AutoConfig": "configuration_text_sync_mimi.TextSyncMimiConfig",
22
+ "AutoModel": "modeling_text_sync_mimi.TextSyncMimi"
23
+ }
24
+ }
25
+