BabyHercules-8x150M / config.json
mahiatlinux's picture
Upload folder using huggingface_hub
da55a2e verified
raw
history blame
No virus
886 Bytes
{
"_name_or_path": "mahiatlinux/BabyHercules-150M",
"architectures": [
"MixtralForCausalLM"
],
"attention_dropout": 0.0,
"bos_token_id": 1,
"eos_token_id": 2,
"head_dim": 48,
"hidden_act": "silu",
"hidden_size": 768,
"initializer_range": 0.02,
"intermediate_size": 3072,
"max_position_embeddings": 2048,
"model_type": "mixtral",
"num_attention_heads": 16,
"num_experts_per_tok": 2,
"num_hidden_layers": 12,
"num_key_value_heads": 8,
"num_local_experts": 8,
"output_router_logits": false,
"pad_token_id": 0,
"rms_norm_eps": 1e-06,
"rope_scaling": null,
"rope_theta": 10000.0,
"router_aux_loss_coef": 0.001,
"router_jitter_noise": 0.0,
"sliding_window": null,
"tie_word_embeddings": false,
"torch_dtype": "float16",
"transformers_version": "4.43.3",
"unsloth_version": "2024.8",
"use_cache": true,
"vocab_size": 32768
}