From 276ef0032d72432274b0e64ef5bd3a228d397df9 Mon Sep 17 00:00:00 2001 From: oobabooga <112222186+oobabooga@users.noreply.github.com> Date: Fri, 6 Jan 2023 00:13:26 -0300 Subject: [PATCH] Mention more models --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2359233b..b959af21 100644 --- a/README.md +++ b/README.md @@ -27,9 +27,15 @@ Models should be placed under `models/model-name`. #### 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