Mistral-7B-Instruct-v0.3/config.json
Patrick von Platen 73be8467cd
Upload MistralForCausalLM (#2)
- Upload MistralForCausalLM (c45c45c560f8a42bd23f2f375824175a22ba9e7a)


Co-authored-by: Arthur Zucker <ArthurZ@users.noreply.huggingface.co>
2024-05-22 15:16:59 +00:00

27 lines
634 B
JSON

{
"_name_or_path": "ArthurZ/m3",
"architectures": [
"MistralForCausalLM"
],
"attention_dropout": 0.0,
"bos_token_id": 1,
"eos_token_id": 2,
"hidden_act": "silu",
"hidden_size": 4096,
"initializer_range": 0.02,
"intermediate_size": 14336,
"max_position_embeddings": 32768,
"model_type": "mistral",
"num_attention_heads": 32,
"num_hidden_layers": 32,
"num_key_value_heads": 8,
"rms_norm_eps": 1e-05,
"rope_theta": 1000000.0,
"sliding_window": null,
"tie_word_embeddings": false,
"torch_dtype": "bfloat16",
"transformers_version": "4.42.0.dev0",
"use_cache": true,
"vocab_size": 32768
}