File size: 464 Bytes
01e0be2 |
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": 1280,
"intermediate_size": 9048,
"num_attention_heads": 10,
"num_attention_groups": 10,
"num_hidden_layers": 13,
"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
} |