bert4torch_config / deepseek-moe-16b-base /bert4torch_config.json
Tongjilibo's picture
为大模型增加generation_config
16f61c2
{
"attention_bias": false,
"attention_dropout": 0.0,
"aux_loss_alpha": 0.001,
"bos_token_id": 100000,
"eos_token_id": 100001,
"first_k_dense_replace": 1,
"hidden_act": "silu",
"hidden_size": 2048,
"initializer_range": 0.02,
"intermediate_size": 10944,
"max_position_embeddings": 4096,
"model": "deepseek",
"moe_intermediate_size": 1408,
"moe_layer_freq": 1,
"n_routed_experts": 64,
"n_shared_experts": 2,
"norm_topk_prob": false,
"num_attention_heads": 16,
"num_experts_per_tok": 6,
"num_hidden_layers": 28,
"num_key_value_heads": 16,
"pretraining_tp": 1,
"rms_norm_eps": 1e-06,
"rope_scaling": null,
"rope_theta": 10000,
"scoring_func": "softmax",
"seq_aux": true,
"tie_word_embeddings": false,
"torch_dtype": "bfloat16",
"vocab_size": 102400,
"skip_init": true,
"segment_vocab_size": 0,
"rope_rank": "updown",
"generation_config": {"tokenizer_config": {"add_special_tokens": false, "skip_special_tokens": true}, "max_length": 4096, "end_id": 100001}
}