nkthebass's picture
TinyBrainBot 303M V2 (base+instruct, safetensors + GGUF)
7d16ca4 verified
Raw
History Blame Contribute Delete
577 Bytes
{
"architectures": [
"LlamaForCausalLM"
],
"model_type": "llama",
"hidden_size": 1024,
"intermediate_size": 2816,
"num_hidden_layers": 24,
"num_attention_heads": 16,
"num_key_value_heads": 4,
"head_dim": 64,
"vocab_size": 32000,
"max_position_embeddings": 1024,
"rope_theta": 10000.0,
"rms_norm_eps": 1e-05,
"tie_word_embeddings": true,
"hidden_act": "silu",
"torch_dtype": "float16",
"attention_bias": false,
"mlp_bias": false,
"bos_token_id": 0,
"eos_token_id": 7,
"pad_token_id": 2,
"unk_token_id": 3
}