File size: 460 Bytes
54c9140
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "architectures": [
    "Step1MoEForCausalLM"
  ],
  "model_type": "step1",
  "hidden_size": 576,
  "intermediate_size": 5016,
  "num_attention_heads": 9,
  "num_attention_groups": 9,
  "num_hidden_layers": 6,
  "max_seq_len": 65536,
  "vocab_size": 65536,
  "rms_norm_eps": 1e-05,
  "torch_dtype": "bfloat16",
  "moe_every_n_layer": 64,
  "moe_intermediate_size": 4096,
  "moe_num_experts": 8,
  "moe_top_k": 2,
  "use_moe": true,
  "moe_layer_offset": 1
}