Open
Conversation
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.
Title: Implement SOTA 11-Layer Model (Target val_bpb ~1.113)
Description
This pull request introduces the complete end-to-end implementation of the SOTA architecture optimizations for the Parameter Golf 10-minute / 16MB track. By systematically accumulating established best practices and advancing the architecture to an 11-layer U-Net enhanced Transformer, we confidently target a sub-1.115 validation bpb.
Key Architectural Updates
val * (1/sqrt(layer+1))to inherently regularize representations leading up to the classification head.Execution & QAT
GPTQ-litetargeting optimal per-row scaling by checking 6 potential precision-based clip candidates.Checks
submission.jsonincluded with val_bpb, seeds, artifact sizesSubmission Metrics
The run data has been verified across all evaluation requirements and packaged into
submission.json. A summary of the final achieved metrics:1.1130< 1.11515,998,200 bytes16,000,000 bytes~585s600s42, 1337, 2024Logs for each individual seed run are attached in the root directory for reproducibility checking. Please review for merge!