primate-8B-131k / config.json
eminorhan's picture
Push model using huggingface_hub.
7c1f4f1 verified
{
"depth_init": true,
"dim": 4096,
"ffn_dim_multiplier": 1.3,
"max_seq_len": 131072,
"multiple_of": 1024,
"n_heads": 32,
"n_kv_heads": 8,
"n_layers": 32,
"norm_eps": 1e-05,
"norm_type": "rmsnorm",
"rope_theta": 500000,
"vocab_size": 256
}