From d47e518a02c2e274cf1c6cf987a7b90199bcd4fe Mon Sep 17 00:00:00 2001 From: oobabooga <112222186+oobabooga@users.noreply.github.com> Date: Fri, 6 Jan 2023 02:12:38 -0300 Subject: [PATCH] Improve instructions --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 71036b9f..ab063715 100644 --- a/README.md +++ b/README.md @@ -23,11 +23,11 @@ Install the requirements: ## 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 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-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) * [\*-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