SARA-Zephyr / config.json
Malaji71's picture
Create config.json
f0ccf19 verified
{
"model_type": "llama",
"architectures": ["LlamaForCausalLM"],
"hidden_size": 4096,
"num_hidden_layers": 32,
"num_attention_heads": 32,
"max_position_embeddings": 8192,
"vocab_size": 32000,
"bos_token_id": 1,
"eos_token_id": 2,
"pad_token_id": 0,
"use_cache": true,
"tie_word_embeddings": false
}