File size: 1,154 Bytes
a19f1c8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
  "dropout": 0.0,
  "bos_token_id": 151644,
  "eos_token_id": 151645,
  "pad_token_id": 151643,
  "hidden_act": "silu",
  "hidden_size": 512,
  "num_hidden_layers": 4,
  "max_position_embeddings": 4096,
  "vocab_size": 6400,
  "rms_norm_eps": 1e-06,
  "rope_theta": 50000.0,
  "rope_scaling": null,
  "dtype": "bfloat16",
  "self_distill": true,
  "intermediate_size": 1024,
  "expert_intermediate_size": 512,
  "n_routed_experts": 0,
  "moe_topk": 2,
  "score_func": "softmax",
  "n_shared_experts": 0,
  "top_k_layer_dense": 4,
  "aux_loss_alpha": 0.02,
  "seq_aux": false,
  "norm_topk_prob": true,
  "noisy_expert": 0.0,
  "moe_backend": "compact",
  "router_bias_enabled": true,
  "router_bias_update_rate": 0.001,
  "router_bias_clamp": 5.0,
  "num_heads": 4,
  "mla_kv_lora_rank": 128,
  "mla_qk_nope_head_dim": 64,
  "mla_qk_rope_head_dim": 64,
  "mla_attn_impl": "absorb",
  "qkv_lora": false,
  "model_type": "ynet3",
  "architectures": [
    "YForCausalLM3"
  ],
  "auto_map": {
    "AutoConfig": "configuration_ymodel3.YConfig3",
    "AutoModelForCausalLM": "modeling_ymodel3.YForCausalLM3"
  }
}