Update README.md

This commit is contained in:
oobabooga 2023-05-11 09:49:57 -03:00 committed by GitHub
parent ac9a86a16c
commit dcfd09b61e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -133,7 +133,7 @@ pip install -r requirements.txt --upgrade
```
## Downloading models
Models should be placed inside the `models` folder.
Models should be placed inside the `models/` folder.
[Hugging Face](https://huggingface.co/models?pipeline_tag=text-generation&sort=downloads) is the main place to download models. These are some examples:
@ -152,6 +152,10 @@ For example:
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.
#### GGML models
You can drop these directly into the `models/` folder, making sure that the file name contains `ggml` somewhere and ends in `.bin`.
#### GPT-4chan
[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: