Non-record: BitNet b1.58 - 68M ternary params, val_bpb=1.1770, systematic analysis of ternary limitations#367
Open
ksang123 wants to merge 1 commit intoopenai:mainfrom
Open
Conversation
…ding window) BitNet b1.58 ternary quantization with full-training STE. 68M params in 15.88MB via base-3 packing (1.6 bits/param). Near-lossless roundtrip (0.0016 BPB gap). Systematic analysis of why the standard competition stack breaks for ternary: - XSA, weight decay, grad clipping: cause training plateau at 2.4 - SmearGate, BigramHash, OrthoInit: hurt or no effect - EMA/SWA: fundamentally incompatible - TTT: no improvement on ternary models What works: higher LR (0.04), wider MLP, fp16 scale simulation, longer warmdown. Improves on PR openai#139 (1.2029 → 1.1770).
HenriqueTecas
pushed a commit
to HenriqueTecas/parameter-golf
that referenced
this pull request
Mar 23, 2026
…er Value Residual, Base-3 ternary encoding, and tuned hyperparameters
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.
Improves on PR #139 (1.2029 → 1.1770). 68M ternary {-1,0,1} params packed at 1.6 bits/param in 15.88MB via base-3 encoding.
Key findings:
Full writeup with negative results table in the README.