Winged-Lagomorph-2x13B / config.json
lodrick-the-lafted's picture
Upload 7 files
9a6c41a verified
{
"_name_or_path": "WhiteRabbitNeo/WhiteRabbitNeo-13B-v1",
"architectures": [
"MixtralForCausalLM"
],
"attention_bias": false,
"attention_dropout": 0.0,
"auto_map": {
"AutoConfig": "WhiteRabbitNeo/WhiteRabbitNeo-13B-v1--configuration_llama.LlamaConfig",
"AutoModel": "WhiteRabbitNeo/WhiteRabbitNeo-13B-v1--modeling_llama.LlamaModel",
"AutoModelForCausalLM": "WhiteRabbitNeo/WhiteRabbitNeo-13B-v1--modeling_llama.LlamaForCausalLM",
"AutoModelForSequenceClassification": "WhiteRabbitNeo/WhiteRabbitNeo-13B-v1--modeling_llama.LlamaForSequenceClassification"
},
"bos_token_id": 1,
"eos_token_id": 2,
"hidden_act": "silu",
"hidden_size": 5120,
"initializer_range": 0.02,
"intermediate_size": 13824,
"max_position_embeddings": 16384,
"model_type": "mixtral",
"num_attention_heads": 40,
"num_experts_per_tok": 2,
"num_hidden_layers": 40,
"num_key_value_heads": 40,
"num_local_experts": 2,
"output_router_logits": false,
"pad_token_id": 0,
"pretraining_tp": 1,
"rms_norm_eps": 1e-05,
"rope_scaling": null,
"rope_theta": 1000000,
"router_aux_loss_coef": 0.001,
"sliding_window": null,
"tie_word_embeddings": false,
"torch_dtype": "bfloat16",
"transformers_version": "4.37.0.dev0",
"use_cache": false,
"vocab_size": 32016
}