nbr-1b-base / config.json
limajr's picture
Upload config.json with huggingface_hub
f732f29 verified
{
"architectures": [
"LlamaForCausalLM"
],
"model_type": "llama",
"vocab_size": 32000,
"hidden_size": 2048,
"num_hidden_layers": 24,
"num_attention_heads": 16,
"num_key_value_heads": 16,
"intermediate_size": 5504,
"max_position_embeddings": 4096,
"rope_theta": 10000.0,
"hidden_act": "silu",
"rms_norm_eps": 1e-05,
"tie_word_embeddings": true,
"torch_dtype": "bfloat16",
"bos_token_id": 1,
"eos_token_id": 2,
"pad_token_id": 0
}