lattice-quark-1.5b-mlx / config.json
oli-mebberson's picture
Fix padded_vocab_size to 32768 (no padding in this checkpoint)
11ce611 verified
Raw
History Blame
358 Bytes
{
"model_type": "nanochat2",
"hidden_size": 1536,
"num_hidden_layers": 26,
"num_attention_heads": 12,
"num_key_value_heads": 12,
"vocab_size": 32768,
"max_position_embeddings": 2048,
"intermediate_size": 6144,
"rope_theta": 100000.0,
"rms_norm_eps": 1e-05,
"logits_softcap": 15.0,
"padded_vocab_size": 32768,
"eos_token_id": 32763
}