mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-11-22 08:07:56 +01:00
Mention more models
This commit is contained in:
parent
7daebf91bb
commit
276ef0032d
10
README.md
10
README.md
@ -27,9 +27,15 @@ Models should be placed under `models/model-name`.
|
|||||||
|
|
||||||
#### Hugging Face
|
#### Hugging Face
|
||||||
|
|
||||||
Hugging Face is the main place to download models. For instance, [here](https://huggingface.co/EleutherAI/gpt-j-6B/tree/main) you can find the files for the model gpt-j-6B.
|
Hugging Face is the main place to download models. These are the most important ones in my opinion:
|
||||||
|
|
||||||
The files that you need to download and put under `models/gpt-j-6B` are the json, txt, and pytorch*.bin files. The remaining files are not necessary.
|
* [gpt-j-6B](https://huggingface.co/EleutherAI/gpt-j-6B/tree/main)
|
||||||
|
* [gpt-neox-20b](https://huggingface.co/EleutherAI/gpt-neox-20b/tree/main)
|
||||||
|
* [opt](https://huggingface.co/models?search=facebook/opt)
|
||||||
|
* [galactica](https://huggingface.co/models?search=facebook/galactica)
|
||||||
|
* [\*-Erebus](https://huggingface.co/models?search=erebus)
|
||||||
|
|
||||||
|
The files that you need to download and put under `models/gpt-j-6B` are the json, txt, and pytorch\*.bin files. The remaining files are not necessary.
|
||||||
|
|
||||||
#### GPT-4chan
|
#### GPT-4chan
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user