File size: 1,057 Bytes
36f7606 a3a9570 36f7606 16f61c2 a3a9570 36f7606 |
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 |
{
"model": "deepseek",
"template": "pretrained_text_continuation",
"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,
"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": {"skip_special_tokens": true, "add_special_tokens": false}, "eos_token_id": [100001]}
}
|