smol-math-400M / config.json
amang1802's picture
Uploading new weights
742c5fb verified
raw
history blame contribute delete
646 Bytes
{
"vocab_size": 49152,
"hidden_size": 960,
"head_dim": 64,
"intermediate_size": 2560,
"num_key_value_heads": 5,
"num_attention_heads": 15,
"num_hidden_layers": 32,
"rms_norm_eps": 1e-05,
"rope_theta": 100000.0,
"initializer_range": 0.008,
"pad_token_id": null,
"tie_word_embeddings": false,
"architectures": [
"LlamaForCausalLM"
],
"attention_bias": false,
"bos_token_id": 0,
"eos_token_id": 0,
"hidden_act": "silu",
"is_llama_config": true,
"model_type": "llama",
"max_position_embeddings": 8192,
"torch_dtype": "float32",
"use_cache": true,
"rope_scaling": null,
"rope_interleaved": false
}