You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The command to convert to the Huggingface format had a number of
problems.
1. It did not have enough line continuations (`\`).
2. It did not have the right path (`/huggingface_models/...` instead of
`huggingface_models/...`)
Fixes#21.
Copy file name to clipboardExpand all lines: README.md
+9-7Lines changed: 9 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -115,17 +115,19 @@ Please see [the training README](training/README.md) for more details about cust
115
115
116
116
# Converting Weights to Huggingface Format
117
117
118
-
Before you can use this model to perform inference, it must be converted to the Hugginface format.
118
+
Before you can use this model to perform inference, it must be converted to the Huggingface format. Run this command from the root of the repo to do so.
Make sure to replace `model_ckpts/GPT-Neo-XT-Chat-Base-20B/checkpoint_100` with the latest checkpoint in the `model_ckpts/GPT-Neo-XT-Chat-Base-20B` directory.
130
+
129
131
# Inference
130
132
131
133
To help you test the model, we provide a simple test command line test harness to interact with the bot.
0 commit comments