-
Notifications
You must be signed in to change notification settings - Fork 634
Create an eval-only script for existing ckpts #736
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
Open
liujch1998
wants to merge
60
commits into
main
Choose a base branch
from
backfill
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
60 commits
Select commit
Hold shift + click to select a range
f879166
Eval-only script
liujch1998 7619ad7
Fix env
liujch1998 2b87757
Disable saving data indices
liujch1998 aeabd02
Restore train dataloader
liujch1998 414277b
Do not load train state
liujch1998 b27a822
Bypass trainer state
liujch1998 ea0cf07
Fix save folder
liujch1998 746c674
Switch to loading sharded ckpt
liujch1998 cb54f80
Eval peteish1
liujch1998 7b40310
Switch to 1 node
liujch1998 7f994fe
Make things work for single node
liujch1998 9a5f076
Make things work for single node
liujch1998 d1e05fd
Make things work for single node
liujch1998 b455b99
Make things work for single node
liujch1998 2f4d252
Load train_dataloader
liujch1998 331b0ad
Change to another ckpt
liujch1998 6acabf3
Do not load train_dataloader and trainer_state
liujch1998 2415719
run for annealed model
AkshitaB 788b397
Backfill does not seem possible; Evaluating multiple ckpts
liujch1998 ed074da
Fix import
liujch1998 eb628a8
Fix glob
liujch1998 ee6d55f
Fix glob
liujch1998 901ed16
Fix load
liujch1998 90e1f93
Switch back to the real peteish1
liujch1998 003cd29
Fix ckpt loading
liujch1998 e67812c
Print sum of params
liujch1998 c27037b
Skip step0
liujch1998 1996d04
Print param sum of dist_model
liujch1998 d1c528d
Print per-batch ce loss
liujch1998 01b1dc4
Update
liujch1998 35f2186
Reconstruct models when iterating ckpts
liujch1998 504fb2a
Do not quit wandb; Do not create train_loader
liujch1998 a51a63b
Switch to the real peteish1
liujch1998 c362030
Massage the group
liujch1998 a36b9e0
Fix bug
liujch1998 97d78ed
Revert Peteish7 changes
liujch1998 9097624
Fix lint
liujch1998 752b9cc
Update CHANGELOG
liujch1998 ff41d5b
Merge branch 'main' into backfill
dirkgr 6f60edd
Separate into TrainerForEval
liujch1998 99c0d80
Implement soft versions of accuracies
CodeCreator 9ae7fcc
Revert "Implement soft versions of accuracies"
CodeCreator 54248d1
Eval peteish7
liujch1998 dfdd5dc
Add back optim and scheduler
liujch1998 52347a0
Set eval_batch_size=16
liujch1998 7826a92
Temporary: resume from step712000
liujch1998 a4fd271
Revert 712000
liujch1998 90523d0
Support unsharded ckpt; Throw exception for remote load_path
liujch1998 6610f1b
Evaluate HF models
liujch1998 1fe0a36
Update
liujch1998 ae054cf
Update
liujch1998 4a4a5b1
Update
liujch1998 47a2907
Update
liujch1998 a44cd79
Debug None in ctx
liujch1998 2a6bed8
Debug None in ctx
liujch1998 a868d87
Debug None in ctx
liujch1998 85088d6
Debug None in ctx
liujch1998 780d97e
Debug None in ctx
liujch1998 38c9ac1
Merge branch 'main' into backfill
liujch1998 32d36aa
Eval peteish13
liujch1998 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
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
Oops, something went wrong.
Oops, something went wrong.
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.