GolfStudent v2 14L: d=352, Value Residuals, GPTQ-lite, Schedule-Free, Muon+EMA#604
Open
whitestone1121-web wants to merge 12 commits intoopenai:mainfrom
Open
GolfStudent v2 14L: d=352, Value Residuals, GPTQ-lite, Schedule-Free, Muon+EMA#604whitestone1121-web wants to merge 12 commits intoopenai:mainfrom
whitestone1121-web wants to merge 12 commits intoopenai:mainfrom
Conversation
Author
|
Updated for v2: Architecture is now d=352 (from 288), adding Value Residuals (learned tanh-gated skip connections every 3 blocks, init=0) and GPTQ-lite INT8 (5 clip percentile candidates per row, min reconstruction MSE). No distillation - pure CE on FineWeb binary shards. Quantization + zlib happens after the wallclock timer exits, matching standard contest format. Dry-run confirms ~15.06MB (94.1% of 16MB budget). |
… context, and zstd compression
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
GolfStudent v2 — 16MB Hybrid LM
Architecture: d=352, L=14 (10x GatedMLP + 4x Attention every 3rd layer), vocab=1024, weight-tied embedding/lm_head, SwiGLU FFN (3x expansion), RoPE on attention layers, orthogonal weight init
v2 improvements over v1:
Training:
Quantization: Per-row INT8 GPTQ-lite (5 clip percentiles, min MSE) + zlib level=9
Size: ~15.06MB / 16MB (94.1% budget)