Instella-Prometheus / config.json
stamsam's picture
Upload folder using huggingface_hub
1cb3a94 verified
Raw
History Blame Contribute Delete
1.89 kB
{
"apply_all_reduce": false,
"architectures": [
"InstellaMoEForCausalLM"
],
"attention_bias": false,
"attention_dropout": 0.0,
"attn_only_farskip": false,
"auto_map": {
"AutoConfig": "configuration_instella_moe.InstellaMoEConfig",
"AutoModel": "modeling_instella_moe.InstellaMoEModel",
"AutoModelForCausalLM": "modeling_instella_moe.InstellaMoEForCausalLM"
},
"aux_loss_alpha": 0.001,
"bos_token_id": 1,
"dtype": "bfloat16",
"eos_token_id": 2,
"ep_size": 1,
"farskip": true,
"farskip_end_idx": 10000.0,
"farskip_start_idx": 0,
"first_k_dense_replace": 1,
"gated_attention": true,
"head_dim": 32,
"hidden_act": "silu",
"hidden_size": 2048,
"initializer_range": 0.02,
"intermediate_size": 10944,
"kv_lora_rank": 512,
"max_position_embeddings": 32768,
"mlp_only_farskip": false,
"model_type": "deepseek_v3",
"moe_intermediate_size": 1408,
"moe_layer_freq": 1,
"n_group": 1,
"n_routed_experts": 64,
"n_shared_experts": 2,
"norm_topk_prob": true,
"num_attention_heads": 16,
"num_experts_per_tok": 6,
"num_hidden_layers": 27,
"num_key_value_heads": 16,
"num_nextn_predict_layers": 0,
"pretraining_tp": 1,
"q_lora_rank": null,
"qk_head_dim": 128,
"qk_layernorm": true,
"qk_nope_head_dim": 96,
"qk_rope_head_dim": 32,
"rms_norm_eps": 1e-06,
"rope_interleave": true,
"rope_scaling": {
"beta_fast": 32,
"beta_slow": 1,
"factor": 40,
"mscale": 1.0,
"mscale_all_dim": 1.0,
"original_max_position_embeddings": 4096,
"type": "yarn"
},
"rope_theta": 8000000,
"routed_scaling_factor": 2.5,
"scoring_func": "sigmoid",
"seq_aux": true,
"tie_word_embeddings": false,
"topk_group": 1,
"topk_method": "noaux_tc",
"tp_split": null,
"transformers_version": "4.57.6",
"use_cache": true,
"v_head_dim": 128,
"verbose": false,
"vocab_size": 128896
}