Skip to content
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

Add replication instructions for training #53

Merged
merged 4 commits into from
Sep 27, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
unify commits used
  • Loading branch information
haileyschoelkopf committed Sep 27, 2023
commit 1bc7bf07e2efdf0d8e2ed839fe890c7d69557cd0
4 changes: 1 addition & 3 deletions pretraining/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,7 @@ CUDA_VISIBLE_DEVICES="" python convert_raw_llama_weights_to_hf.py --input_dir /p

Next, check out the commit used to train the model you are replicating.

* 7b: https://github.com/EleutherAI/gpt-neox/tree/math-lm-2-rotary

* 34b: https://github.com/EleutherAI/gpt-neox/commit/e59c873ee779df2d7f182deb6ad34f290a077ea4
* 7b / 34b: https://github.com/EleutherAI/gpt-neox/commit/e59c873ee779df2d7f182deb6ad34f290a077ea4

### Launching Training

Expand Down