File size: 1,455 Bytes
90fd23a |
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 49 50 51 52 |
{
"_name_or_path": "ds-8x6.7b-top-2-universal-evol-instruct-5e-5_bs_64_epoch_4/hf-checkpoint-3474",
"add_weight_norm": false,
"architectures": [
"LlamaMoEUpscalingForCausalLM"
],
"attention_bias": false,
"attention_dropout": 0.0,
"bos_token_id": 32013,
"calculator_type": "UniversalCalculator",
"capacity_factor": 1.25,
"drop_tokens": true,
"dropped_padding": "zero",
"eos_token_id": 32014,
"ffn_folder_path": "ds-8x6.7b-top-6-universal-evol-instruct-5e-5_bs_64_epoch_4_ffn",
"gate_add_noise": true,
"gate_balance_loss_weight": 0.01,
"gate_network": "mlp",
"gate_noise_epsilon": 0.01,
"gate_type": "TopKUniversalBalancedNoisyGate",
"gate_use_balance": true,
"gate_use_softmax": true,
"hidden_act": "silu",
"hidden_size": 4096,
"initializer_range": 0.02,
"intermediate_size": 11008,
"max_position_embeddings": 16384,
"model_type": "llama_moe_upscaling",
"multiply_gate_scores": true,
"num_attention_heads": 32,
"num_experts": 8,
"num_hidden_layers": 32,
"num_key_value_heads": 32,
"num_selects": 2,
"pad_token_id": 32014,
"pretraining_tp": 1,
"rms_norm_eps": 1e-06,
"rope_scaling": {
"factor": 4.0,
"type": "linear"
},
"rope_theta": 10000.0,
"score_scale_factor": 1.0,
"shared_expert_weight": 0.75,
"size_experts": null,
"tie_word_embeddings": false,
"torch_dtype": "float32",
"transformers_version": "4.39.1",
"use_cache": true,
"vocab_size": 32256
}
|