aquiffoo's picture
Upload model files
31f9be6 verified
raw
history blame
1.35 kB
{
"architectures": [
"AquifAlphaMoEForCausalLM"
],
"attention_bias": false,
"attention_dropout": 0.0,
"auto_map": {
"AutoConfig": "configuration_aquif_alphamoe.AquifAlphaMoEConfig",
"AutoModel": "modeling_aquif_alphamoe.AquifAlphaMoEModel",
"AutoModelForCausalLM": "modeling_aquif_alphamoe.AquifAlphaMoEForCausalLM"
},
"aux_loss_alpha": 0.001,
"bos_token_id": null,
"eos_token_id": 120005,
"ep_size": 1,
"experts_shared_frequency": 3,
"first_k_dense_replace": 1,
"hidden_act": "silu",
"hidden_size": 2048,
"initializer_range": 0.02,
"intermediate_size": 10944,
"max_position_embeddings": 163840,
"model_type": "aquif_alphamoe",
"moe_intermediate_size": 1408,
"moe_layer_freq": 1,
"n_group": 1,
"n_routed_experts": 64,
"n_shared_experts": 4,
"norm_topk_prob": true,
"num_attention_heads": 16,
"num_experts_per_tok": 6,
"num_hidden_layers": 31,
"num_key_value_heads": 4,
"pad_token_id": 120002,
"pre_gate": true,
"pretraining_tp": 1,
"rms_norm_eps": 1e-06,
"rope_scaling": null,
"rope_theta": 5000000,
"routed_scaling_factor": 1.0,
"scoring_func": "sigmoid",
"seq_aux": true,
"tie_word_embeddings": false,
"topk_group": 1,
"topk_method": "noaux_tc",
"torch_dtype": "bfloat16",
"transformers_version": "4.52.4",
"use_cache": true,
"vocab_size": 122880
}