-
Notifications
You must be signed in to change notification settings - Fork 102
Add t0 scripts #50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Add t0 scripts #50
Changes from 1 commit
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
94adbdd
Add t0 scripts
Muennighoff 3b8cc31
Add T0 specific args
Muennighoff 058e60b
Remove warmup
Muennighoff d93e169
Update train/t0/tr11f-6B3-ml-t0.slurm
Muennighoff 78791e2
t0 -> tr13
Muennighoff 094a273
t0 -> tr13
Muennighoff 2fc43b0
Use weighted-split-path
Muennighoff 41c1ef4
Add 350M script & adjust HPs
Muennighoff 877158b
Adjust tr13f-350M
Muennighoff 5674c69
Add weight decay based on FLAN
Muennighoff 582ee32
Remove finetune & add checkpoint-activations
Muennighoff d5b1622
Remove finetune
Muennighoff 56729d3
Change BS for more throughput & increase LR
Muennighoff 318dfc7
Update train/tr13-t0/t0_test.slurm
Muennighoff File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -69,7 +69,6 @@ SEQ_LEN=2048 | |
| SAVE_INTERVAL=500 | ||
|
|
||
| TRAIN_SAMPLES=6_400_000 # 13e9 / 2048 | ||
Muennighoff marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| LR_WARMUP_SAMPLES=640_000 # 10% - TODO: T0 paper says nothing about warmup | ||
|
|
||
| # T0 paper: | ||
| # "...we use a learning rate of 1e-3..." | ||
|
|
@@ -80,7 +79,6 @@ OPTIMIZER_ARGS=" \ | |
| --adam-eps 1e-8 \ | ||
| --lr 1e-3 \ | ||
| --lr-decay-style constant \ | ||
| --lr-warmup-samples $LR_WARMUP_SAMPLES \ | ||
|
||
| --clip-grad 1.0 \ | ||
| --weight-decay 1e-1 \ | ||
Muennighoff marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| " | ||
|
|
||
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.
Uh oh!
There was an error while loading. Please reload this page.