mlx-sim-beta-v1 / config_mlx_slm_beta_v1.json
wzebrowski's picture
Upload config_mlx_slm_beta_v1.json with huggingface_hub
59998cd verified
{
"model_type": "tinygplm",
"vocab_size": 30000,
"d_model": 384,
"n_heads": 6,
"n_layers": 12,
"max_seq": 3072,
"mlp_mult": 4,
"rope_base": 10000.0,
"norm": "rmsnorm",
"activation": "silu",
"weight_tying": true,
"pad_id": 0,
"bos_id": 1,
"eos_id": 2,
"notes": "Config for mlx-slm-beta-v1 (TinyGPLM variant) matching model/model.py defaults."
}