Monostich / config.json
kerzgrr's picture
Upload 7 files
01c2e6c verified
{
"architectures": [
"LlamaForCausalLM"
],
"model_type": "llama",
"vocab_size": 32000,
"hidden_size": 768,
"intermediate_size": 2048,
"num_hidden_layers": 12,
"num_attention_heads": 12,
"num_key_value_heads": 4,
"hidden_act": "silu",
"rms_norm_eps": 1e-05,
"max_position_embeddings": 1024,
"rope_theta": 10000.0,
"rope_scaling": null,
"attention_dropout": 0.0,
"initializer_range": 0.02,
"tie_word_embeddings": true,
"use_cache": true,
"pad_token_id": 0,
"bos_token_id": 2,
"eos_token_id": 6,
"torch_dtype": "bfloat16"
}