LopezLLM / config.json
hollywoodfrancis's picture
Create config.json
b064ed3 verified
raw
history blame contribute delete
324 Bytes
{
"architectures": ["AutoModelForCausalLM"],
"model_type": "llama",
"hidden_size": 4096,
"num_attention_heads": 32,
"num_hidden_layers": 32,
"intermediate_size": 11008,
"max_position_embeddings": 4096,
"use_cache": true,
"vocab_size": 32000,
"pad_token_id": 0,
"eos_token_id": 2,
"bos_token_id": 1
}