{
  "_comment": "MobileLLM-style deep-and-thin variant of gpt-50m: 20 layers x d_model 448 (aspect ratio ~22 vs 64 for the wide config), head_dim 64. ~50.6M params. Same data/steps/optimizer as gpt-50m so the only variable is the shape.",
  "model": {
    "name": "gpt-50m-deep",
    "n_layers": 20,
    "d_model": 448,
    "n_heads": 7,
    "n_kv_heads": 7,
    "d_ff": 1216,
    "vocab_size": 4096,
    "context_length": 1024,
    "tied_embeddings": true,
    "use_rope": true,
    "rope_theta": 10000.0,
    "norm": "rmsnorm",
    "norm_eps": 1e-06,
    "activation": "swiglu",
    "dropout": 0.0
  },
  "train": {
    "lr": 0.0005,
    "min_lr_ratio": 0.1,
    "warmup_steps": 117,
    "max_steps": 1170,
    "beta1": 0.9,
    "beta2": 0.95,
    "eps": 1e-08,
    "weight_decay": 0.1,
    "grad_clip": 1.0,
    "batch_size": 8,
    "grad_accum_steps": 8,
    "precision": "f32",
    "checkpoint_every": 200,
    "eval_every": 100,
    "eval_batches": 20,
    "seed": 1337
  }
}
