Record: EGGROLL v2 — val_bpb 1.1161 (3-seed mean, std 0.0001)#1156
Open
haikosys wants to merge 1 commit intoopenai:mainfrom
Open
Record: EGGROLL v2 — val_bpb 1.1161 (3-seed mean, std 0.0001)#1156haikosys wants to merge 1 commit intoopenai:mainfrom
haikosys wants to merge 1 commit intoopenai:mainfrom
Conversation
val_bpb: 1.1161 | val_loss: 1.884 nats | ~15.3 MB | 8×H100 SXM | Legal TTT Seeds: 42=1.1163, 1337=1.1160, 2024=1.1161 | Mean=1.1161, Std=0.0001 Novel: EGGROLL Antithetic Ternary Bin Search — post-GPTQ bin refinement Also: adds missing TTT call to PR openai#1130 eval pipeline Built on PR openai#1130 by @Gusanidas, PR openai#549 by @abaybektursun Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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.
Record: EGGROLL v2 — val_bpb 1.1161 (3-seed mean, std 0.0001)
val_bpb: 1.1161 | val_loss: 1.884 nats | ~15.3 MB | 8×H100 SXM | Legal TTT
Built on PR #1130 by @Gusanidas (Kitchen Sink V2)
Foundation: PR #549 by @abaybektursun
3-seed validation, all artifacts under 16,000,000 bytes, all training under 600s.
Results
Novel Contribution: EGGROLL (Antithetic Ternary Bin Search)
Post-GPTQ quantization refinement that directly optimizes INT6 bin assignments against BPB loss during eval budget (60s).
Algorithm: For each step, pick a quantized weight tensor, select 1024 random indices, test shifting bins +1 and -1 (antithetic pair), keep whichever improves loss. Strictly additive — cannot degrade
quality.
Properties:
Also adds missing
eval_val_sliding_tttcall to PR #1130's eval pipeline.Timing
Co-Authored-By: Claude Opus 4.6 (1M context) noreply@anthropic.com