File size: 771 Bytes
e1da14d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
  "hidden_size": 1024,
  "num_hidden_layers": 20,
  "intermediate_size": 4358,
  "vocab_size": 32000,
  "num_attention_heads": 16,
  "num_key_value_heads": 4,
  "attention_type": "gqa",
  "attention_dropout": 0.0,
  "use_qk_norm": true,
  "sliding_window": null,
  "max_position_embeddings": 4096,
  "rope_theta": 10000.0,
  "rope_type": "standard",
  "mlp_type": "swiglu",
  "hidden_act": "silu",
  "num_experts": 1,
  "token_frequencies": null,
  "shared_expert": false,
  "shared_intermediate_size": null,
  "use_mu_guidance": false,
  "use_mu_projection": false,
  "disable_mu_guidance": false,
  "norm_type": "rmsnorm",
  "norm_eps": 1e-06,
  "tie_word_embeddings": true,
  "use_sdpa": true,
  "use_cache": true,
  "initializer_range": 0.02,
  "extra_config": {}
}