Research checkpoints of sub-100M-parameter English language models, GPT-style decoders (nanoGPT lineage) trained for the This repository is a controlled single-factor scaling study: identical architecture/hyper-parameters/seed, varying only tokens and model width. † crown = expanded 8.29B-token corpus (~1.9 epochs); board-recon #14/74 (up from #18 via ARC). These are raw nanoGPT-lineage checkpoints (plain torch state dicts), not transformers AutoModel weights. The model class and a ready board-scoring harness are included in this repo: - traingptref.py — GPT definition (rebuild the GPT of the tabled shape, loadstatedict, trim logits to vocab 12288). - glintparityeval.py — the exact Glint…