Skip to content

Commit ad7c829

Browse files
authored
Update README.md
1 parent 4426f94 commit ad7c829

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -89,17 +89,15 @@ This method lags behind the newest developments and does not support 8-bit mode
8989

9090
## Downloading models
9191

92-
Models should be placed under `models/model-name`. For instance, `models/gpt-j-6B` for [GPT-J 6B](https://huggingface.co/EleutherAI/gpt-j-6B/tree/main).
93-
94-
#### Hugging Face
92+
Models should be placed inside the `models` folder.
9593

9694
[Hugging Face](https://huggingface.co/models?pipeline_tag=text-generation&sort=downloads) is the main place to download models. These are some noteworthy examples:
9795

98-
* [GPT-J 6B](https://huggingface.co/EleutherAI/gpt-j-6B/tree/main)
99-
* [GPT-Neo](https://huggingface.co/models?pipeline_tag=text-generation&sort=downloads&search=eleutherai+%2F+gpt-neo)
10096
* [Pythia](https://huggingface.co/models?search=eleutherai/pythia)
10197
* [OPT](https://huggingface.co/models?search=facebook/opt)
10298
* [GALACTICA](https://huggingface.co/models?search=facebook/galactica)
99+
* [GPT-J 6B](https://huggingface.co/EleutherAI/gpt-j-6B/tree/main)
100+
* [GPT-Neo](https://huggingface.co/models?pipeline_tag=text-generation&sort=downloads&search=eleutherai+%2F+gpt-neo)
103101
* [\*-Erebus](https://huggingface.co/models?search=erebus) (NSFW)
104102
* [Pygmalion](https://huggingface.co/models?search=pygmalion) (NSFW)
105103

@@ -113,7 +111,7 @@ For instance:
113111

114112
If you want to download a model manually, note that all you need are the json, txt, and pytorch\*.bin (or model*.safetensors) files. The remaining files are not necessary.
115113

116-
#### GPT-4chan
114+
### GPT-4chan
117115

118116
[GPT-4chan](https://huggingface.co/ykilcher/gpt-4chan) has been shut down from Hugging Face, so you need to download it elsewhere. You have two options:
119117

0 commit comments

Comments
 (0)