Paulmzr commited on
Commit
117fcd9
·
verified ·
1 Parent(s): f2deeda

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +38 -0
config.json ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "activation_dropout": 0.1,
3
+ "architectures": [
4
+ "SpeechLlamaForCausalLM"
5
+ ],
6
+ "attention_bias": false,
7
+ "attention_dropout": 0.1,
8
+ "bos_token_id": 0,
9
+ "diffloss_d": 6,
10
+ "diffloss_w": 1024,
11
+ "dropout": 0.1,
12
+ "eos_token_id": 2,
13
+ "head_dim": 64,
14
+ "hidden_act": "silu",
15
+ "hidden_size": 1024,
16
+ "initializer_range": 0.02,
17
+ "intermediate_size": 2752,
18
+ "max_position_embeddings": 2048,
19
+ "mlp_bias": false,
20
+ "model_type": "speech_llama",
21
+ "noise_channels": 128,
22
+ "num_attention_heads": 16,
23
+ "num_hidden_layers": 12,
24
+ "num_key_value_heads": 16,
25
+ "pretraining_tp": 1,
26
+ "rms_norm_eps": 1e-06,
27
+ "rope_scaling": null,
28
+ "rope_theta": 10000.0,
29
+ "stream_m": 45,
30
+ "stream_n": 5,
31
+ "tie_word_embeddings": false,
32
+ "torch_dtype": "float32",
33
+ "training_cfg": 0.1,
34
+ "transformers_version": "4.46.0.dev0",
35
+ "use_cache": true,
36
+ "vae_embed_dim": 128,
37
+ "vocab_size": 16384
38
+ }