test-llama-tiny / config.json
kmfoda's picture
Upload config.json with huggingface_hub
f6a2c49 verified
{
"architectures": [
"LlamaForCausalLM"
],
"model_type": "llama",
"hidden_size": 128,
"intermediate_size": 384,
"num_hidden_layers": 2,
"num_attention_heads": 4,
"num_key_value_heads": 2,
"max_position_embeddings": 128,
"vocab_size": 50304,
"rms_norm_eps": 1e-06,
"rope_theta": 10000.0,
"torch_dtype": "float16",
"tie_word_embeddings": false,
"hidden_act": "silu",
"bos_token_id": 50296,
"eos_token_id": 50297
}