File size: 1,180 Bytes
5610e1a |
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 46 47 48 |
{
"architectures": [
"HunYuanForCausalLM"
],
"attention_bias": false,
"attention_dropout": 0.0,
"auto_map": {
"AutoConfig": "configuration_hunyuan.HunYuanConfig",
"AutoModel": "modeling_hunyuan.HunyuanModel",
"AutoModelForCausalLM": "modeling_hunyuan.HunYuanForCausalLM"
},
"bos_token_id": 1,
"capacity_factor": 1.0,
"cla_share_factor": 2,
"eos_token_id": 2,
"hidden_act": "silu",
"hidden_size": 6400,
"initializer_range": 0.02,
"intermediate_size": 18304,
"max_position_embeddings": 131072,
"model_type": "hunyuan",
"moe_drop_tokens": false,
"moe_random_routing_dropped_token": false,
"moe_topk": 1,
"num_attention_heads": 80,
"num_experts": 16,
"num_hidden_layers": 64,
"num_key_value_heads": 8,
"num_shared_expert": 1,
"pad_token_id": 0,
"pretraining_tp": 1,
"rms_norm_eps": 1e-05,
"rope_scaling": {
"alpha": 1000.0,
"factor": 1.0,
"type": "dynamic"
},
"rope_theta": 10000.0,
"tie_word_embeddings": true,
"torch_dtype": "bfloat16",
"transformers_version": "4.41.2",
"use_cache": true,
"use_cla": true,
"use_mixed_mlp_moe": true,
"use_qk_norm": true,
"vocab_size": 129024
}
|