mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-11-22 16:17:57 +01:00
Improve instructions
This commit is contained in:
parent
c06d7d28cb
commit
d47e518a02
@ -23,11 +23,11 @@ Install the requirements:
|
|||||||
|
|
||||||
## Downloading models
|
## Downloading models
|
||||||
|
|
||||||
Models should be placed under `models/model-name`.
|
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).
|
||||||
|
|
||||||
#### Hugging Face
|
#### Hugging Face
|
||||||
|
|
||||||
Hugging Face is the main place to download models. These are the most important ones in my opinion:
|
Hugging Face is the main place to download models. These are the most relevant at the moment (in my opinion):
|
||||||
|
|
||||||
* [gpt-j-6B](https://huggingface.co/EleutherAI/gpt-j-6B/tree/main)
|
* [gpt-j-6B](https://huggingface.co/EleutherAI/gpt-j-6B/tree/main)
|
||||||
* [gpt-neox-20b](https://huggingface.co/EleutherAI/gpt-neox-20b/tree/main)
|
* [gpt-neox-20b](https://huggingface.co/EleutherAI/gpt-neox-20b/tree/main)
|
||||||
@ -35,7 +35,7 @@ Hugging Face is the main place to download models. These are the most important
|
|||||||
* [galactica](https://huggingface.co/models?search=facebook/galactica)
|
* [galactica](https://huggingface.co/models?search=facebook/galactica)
|
||||||
* [\*-Erebus](https://huggingface.co/models?search=erebus)
|
* [\*-Erebus](https://huggingface.co/models?search=erebus)
|
||||||
|
|
||||||
The files that you need to download and put under `models/model-name` (for instance, `models/gpt-j-6B`) are the json, txt, and pytorch\*.bin files. The remaining files are not necessary.
|
The files that you need to download 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