llama3_8b_instruct_moe / config.json
leonzhou286's picture
Upload LlamaMoEForCausalLM
23836cf verified
{
"_name_or_path": "/notebooks/converted_model",
"add_weight_norm": false,
"architectures": [
"LlamaMoEForCausalLM"
],
"attention_bias": false,
"attention_dropout": 0.0,
"bos_token_id": 128000,
"calculator_type": "UniversalCalculator",
"capacity_factor": 1.25,
"drop_tokens": true,
"dropped_padding": "zero",
"eos_token_id": 128009,
"gate_add_noise": true,
"gate_balance_loss_weight": 0.01,
"gate_network": "mlp",
"gate_noise_epsilon": 0.01,
"gate_type": "TopKBalancedNoisyGate",
"gate_use_balance": true,
"gate_use_softmax": true,
"gates": "mlp",
"hidden_act": "silu",
"hidden_size": 4096,
"initializer_range": 0.02,
"intermediate_size": 14336,
"max_position_embeddings": 8192,
"mlp_bias": false,
"model_type": "llama_moe",
"multiply_gate_scores": true,
"num_attention_heads": 32,
"num_experts": 8,
"num_hidden_layers": 32,
"num_key_value_heads": 8,
"num_selects": 2,
"pad_token_id": 0,
"pretraining_tp": 1,
"rms_norm_eps": 1e-05,
"rope_scaling": null,
"rope_theta": 500000.0,
"score_scale_factor": 8.0,
"size_experts": [
[
1792,
1792,
1792,
1792,
1792,
1792,
1792,
1792
],
[
1792,
1792,
1792,
1792,
1792,
1792,
1792,
1792
],
[
1792,
1792,
1792,
1792,
1792,
1792,
1792,
1792
],
[
1792,
1792,
1792,
1792,
1792,
1792,
1792,
1792
],
[
1792,
1792,
1792,
1792,
1792,
1792,
1792,
1792
],
[
1792,
1792,
1792,
1792,
1792,
1792,
1792,
1792
],
[
1792,
1792,
1792,
1792,
1792,
1792,
1792,
1792
],
[
1792,
1792,
1792,
1792,
1792,
1792,
1792,
1792
],
[
1792,
1792,
1792,
1792,
1792,
1792,
1792,
1792
],
[
1792,
1792,
1792,
1792,
1792,
1792,
1792,
1792
],
[
1792,
1792,
1792,
1792,
1792,
1792,
1792,
1792
],
[
1792,
1792,
1792,
1792,
1792,
1792,
1792,
1792
],
[
1792,
1792,
1792,
1792,
1792,
1792,
1792,
1792
],
[
1792,
1792,
1792,
1792,
1792,
1792,
1792,
1792
],
[
1792,
1792,
1792,
1792,
1792,
1792,
1792,
1792
],
[
1792,
1792,
1792,
1792,
1792,
1792,
1792,
1792
],
[
1792,
1792,
1792,
1792,
1792,
1792,
1792,
1792
],
[
1792,
1792,
1792,
1792,
1792,
1792,
1792,
1792
],
[
1792,
1792,
1792,
1792,
1792,
1792,
1792,
1792
],
[
1792,
1792,
1792,
1792,
1792,
1792,
1792,
1792
],
[
1792,
1792,
1792,
1792,
1792,
1792,
1792,
1792
],
[
1792,
1792,
1792,
1792,
1792,
1792,
1792,
1792
],
[
1792,
1792,
1792,
1792,
1792,
1792,
1792,
1792
],
[
1792,
1792,
1792,
1792,
1792,
1792,
1792,
1792
],
[
1792,
1792,
1792,
1792,
1792,
1792,
1792,
1792
],
[
1792,
1792,
1792,
1792,
1792,
1792,
1792,
1792
],
[
1792,
1792,
1792,
1792,
1792,
1792,
1792,
1792
],
[
1792,
1792,
1792,
1792,
1792,
1792,
1792,
1792
],
[
1792,
1792,
1792,
1792,
1792,
1792,
1792,
1792
],
[
1792,
1792,
1792,
1792,
1792,
1792,
1792,
1792
],
[
1792,
1792,
1792,
1792,
1792,
1792,
1792,
1792
],
[
1792,
1792,
1792,
1792,
1792,
1792,
1792,
1792
]
],
"tie_word_embeddings": false,
"torch_dtype": "float32",
"transformers_version": "4.44.1",
"use_cache": true,
"vocab_size": 128256
}