Non-record: QNA + SQWA compression thesis (8xH100 SXM)#975
Open
Abhishek8108 wants to merge 1 commit intoopenai:mainfrom
Open
Non-record: QNA + SQWA compression thesis (8xH100 SXM)#975Abhishek8108 wants to merge 1 commit intoopenai:mainfrom
Abhishek8108 wants to merge 1 commit intoopenai:mainfrom
Conversation
Controlled 3-run ablation testing whether Quantization Noise Annealing and Stochastic Quantized Weight Averaging improve post-quantization BPB. Results: QNA reduced quant gap by 7%, QNA+SQWA by 65%, but neither improved the final sliding-window metric (1.1216 baseline vs 1.1258 QNA+SQWA). The bottleneck in current SOTA is float model quality, not quantization error.
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.
Summary
Non-record submission documenting a controlled 3-run ablation on 8xH100 SXM testing whether training for the quantized artifact directly improves post-quantization BPB.
Results
Interesting negative result: Both techniques work mechanistically — QNA reduced quant gap by 7%, SQWA by 65%. But neither improved the final leaderboard metric. The bottleneck in current SOTA is float model quality, not quantization error.
Key takeaway
With a baseline quant gap of only ~0.008 BPB, the existing late QAT already handles quantization well enough. Future improvements should target the float model directly rather than compression alignment.
Files
train_gpt.py— full script with QNA/SQWA (env-var toggleable, defaults off)run1_base.log,run2_qna.log,run3_qna_sqwa.log— complete training logsREADME.md— detailed write-up with implementation details and analysissubmission.json— metadata