Skip to content

[Record Submission] QAT Int5/Int6 + Backout + U-Net Skips + BigramHash(10240) + SWA50 — val_bpb=1.1477#295

Open
gowtham0992 wants to merge 1 commit intoopenai:mainfrom
gowtham0992:submission-qat-backout
Open

[Record Submission] QAT Int5/Int6 + Backout + U-Net Skips + BigramHash(10240) + SWA50 — val_bpb=1.1477#295
gowtham0992 wants to merge 1 commit intoopenai:mainfrom
gowtham0992:submission-qat-backout

Conversation

@gowtham0992
Copy link
Copy Markdown

Summary

val_bpb: 1.1477 (sliding window, stride=64, post int5/int6 quantization roundtrip)
Artifact size: 15.94 MB

Novel Contributions

  • Quantization-Aware Training (QAT): STE with int5 MLP / int6 attention during training — reduces quant gap from ~0.016 to ~0.005 BPB
  • Backout: Learned residual subtraction (λ·x_mid) from final output
  • U-Net Skip Connections: 5+5 encoder-decoder with learned per-dim skip weights
  • SVD Embedding Init: Spectral decay 1/√k for tied embeddings

Shared Techniques

BigramHash(10240), SmearGate, Simple Muon + compiled NS5, SWA every 50 steps, orthogonal init, 8% magnitude pruning, zstd-22

Run Details

  • 6457 steps in 10 min, 92.9ms/step avg
  • 8xH100 SXM (RunPod)
  • seed=42, single run

See README.md for full details.

@mohosy
Copy link
Copy Markdown

mohosy commented Mar 21, 2026

bigramhash 10240 is interesting, thwu1 uses that too. did you try any sizes in between like 4096 or was it just 2048 vs 10240

@gowtham0992
Copy link
Copy Markdown
Author

bigramhash 10240 is interesting, thwu1 uses that too. did you try any sizes in between like 4096 or was it just 2048 vs 10240

Good question. just went with 10240, didn't try anything in between. will need to iterate on future runs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants