nbr-1b / config.json
limajr's picture
Upload NBR-1B: Brazilian Portuguese 1.13B model
85e000e verified
raw
history blame
385 Bytes
{
"architectures": [
"LlamaForCausalLM"
],
"model_type": "llama",
"vocab_size": 32000,
"hidden_size": 2048,
"intermediate_size": 5504,
"num_hidden_layers": 24,
"num_attention_heads": 16,
"num_key_value_heads": 4,
"max_position_embeddings": 2048,
"rms_norm_eps": 1e-05,
"rope_theta": 10000.0,
"torch_dtype": "bfloat16",
"transformers_version": "4.40.0"
}