Non-record: 27M params at Int5 QAT / train larger, quantize harder (val_bpb=1.1418)#469
Closed
cmcdnd wants to merge 1 commit intoopenai:mainfrom
Closed
Non-record: 27M params at Int5 QAT / train larger, quantize harder (val_bpb=1.1418)#469cmcdnd wants to merge 1 commit intoopenai:mainfrom
cmcdnd wants to merge 1 commit intoopenai:mainfrom
Conversation
|
train larger quantize harder is a sick concept honestly. the early qat activation at 50% threshold is interesting, most ppl barely give it any steps. whats the quant gap like compared to standard int6 |
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.
Non-record: 27M params at Int5 QAT / train larger, quantize harder
val_bpb: 1.1418 (sliding window, stride=64) | 15.7 MB artifact | 8xH100 SXM, 600s
Approach
Train a larger 27M-param model (d=576 vs standard d=512, +23% parameters) and compress to int5 (32 levels)
instead of int6 (64 levels). Early int5 QAT activation (threshold 0.50 vs standard 0.10) gives ~1,700 steps of
adaptation instead of ~300.
Li et al. (ICML 2020) showed compressed large models beat lightly compressed small models at the same final size.
This submission validates that principle for parameter golf.
Results
Pre-quant: 1.1515. Quantization gap: 0.010.
Single-seed submission — artifact size varies by seed (15.2–16.5 MB range).
Architecture
11 layers, d=576, 9 heads (hd=64), 3 KV (GQA 3:1), MLP 3x, relu², SmearGate, BigramHash, XSA last 4, Partial RoPE
16/64, U-Net skips, OrthoInit, Muon, FA3, SWA, warmdown 3500.
What's different
Built on PR #315 (@jfprincz).