nkthebass's picture
Upload TinyBrainBot 320M V2 (fp16, LlamaForCausalLM)
6d3801d verified
Raw
History Blame Contribute Delete
527 Bytes
{
"architectures": [
"LlamaForCausalLM"
],
"model_type": "llama",
"hidden_size": 1024,
"intermediate_size": 2816,
"num_hidden_layers": 26,
"num_attention_heads": 16,
"num_key_value_heads": 4,
"head_dim": 64,
"hidden_act": "silu",
"max_position_embeddings": 1024,
"rope_theta": 10000.0,
"rms_norm_eps": 1e-05,
"vocab_size": 32000,
"tie_word_embeddings": true,
"torch_dtype": "float16",
"bos_token_id": 0,
"eos_token_id": 7,
"pad_token_id": 2,
"unk_token_id": 3
}