Add NGB v4 tuned and expressive nanoGPT baselines - #51
Draft
charlesmartin14 wants to merge 22 commits into
Draft
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.
Purpose
Add a genuinely separate
baseline/ngbexperiment family for properly tuned small-language-model optimizer baselines. The existing one-head v3 protocol and its checked-in results remain unchanged.Protocols
Tuned one-head v4
/tmp/rg-ngb/results/ngb_v4_one_head_2epoch0.05, floor5e-4, 5% warm-up3e-4, floor1e-5, 2.5% warm-up, decay0.100.01, floor2e-4, matrix decay0.02; auxiliary AdamW peak3e-4, floor1e-5, decay0.10Distinct small 4x4 v4
/tmp/rg-ngb/results/ngb_v4_small_4x4_2epochImplementation
n_layerWeightWatcher inventory and completion validation/tmp/rg-ngbruntime default with no home-directory fallbackCorrected comparisons
The two comparison notebooks now:
Files
rg_ngbpackageSafety
No v3 source notebook, output notebook, result directory, optimizer profile, or protocol fingerprint is modified. NGB installs alongside the existing one-head package and uses a separate
/tmp/rg-ngbroot.