-
Notifications
You must be signed in to change notification settings - Fork 502
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
Documentation Improvements #745
Merged
Merged
Changes from 16 commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
a622fb0
docs: improve documentation
aman-17 8aac2ea
updated code after Dirk's review
aman-17 c21087d
added scripts/convert_pt_to_safetensors.py
aman-17 4e256a9
updated arguments to subcommands and readme accordingly
aman-17 71abc2c
Merge branch 'main' into improve-documentation
dirkgr c904429
isort
dirkgr 36ba37a
Removing non-peteish configs
dirkgr 2448127
Removing some more configs
dirkgr ccfb06d
Merge remote-tracking branch 'origin/main' into improve-documentation
dirkgr 930daaa
Keep only the anneals we actually used
dirkgr e1e54d9
Merge remote-tracking branch 'origin/main' into improve-documentation
dirkgr b2f7ffc
Remove even more anneals
dirkgr e4786af
Rename the old official configs
dirkgr 46cfcce
Delete a bunch of unused scripts
dirkgr 5d2fbb7
Formatting
dirkgr 796de60
Official configs for stage 1 training
dirkgr 206da7c
Update model table
dirkgr 889aaaa
Checkpoints aren't ready anyways
dirkgr d867ced
Removing section about checkpoints that don't exist
dirkgr 973b34d
Update references to model
dirkgr b3324b5
Remove mentioning of checkpoints that don't exist
dirkgr dc3cfe1
Remove reproducibility
dirkgr 8c34f59
use, don't utilize
dirkgr 4fdc829
More references to non-existing checkpoints
dirkgr 5da6e3d
Make the example match the model card
dirkgr a40d46e
Link to data
dirkgr 3b0139d
Fix link to eval
dirkgr d520823
Adds link to instruct variants
dirkgr 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 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 |
---|---|---|
|
@@ -32,7 +32,6 @@ doc/_build/ | |
*.swp | ||
.DS_Store | ||
|
||
|
||
# python | ||
|
||
*.pyc | ||
|
This file contains 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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
train.safetensors
? Also, for the original model we just have*.pt
so we should have that format mentioned somewhere.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We are going to save in .safetensors starting from OLMo-2
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure, but people might still try to use older OLMo models. The documentation should be backwards-compatible?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, not backwards compatible