From 5ba60f83a4f7b29b88fac63cfbdcf96e109e78b3 Mon Sep 17 00:00:00 2001 From: oobabooga <112222186+oobabooga@users.noreply.github.com> Date: Wed, 11 Jan 2023 23:00:31 -0300 Subject: [PATCH] Add detailed gpt4chan installation instructions --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7e7e02f..c76e242 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,11 @@ For instance: * Torrent: [16-bit](https://archive.org/details/gpt4chan_model_float16) / [32-bit](https://archive.org/details/gpt4chan_model) * Direct download: [16-bit](https://theswissbay.ch/pdf/_notpdf_/gpt4chan_model_float16/) / [32-bit](https://theswissbay.ch/pdf/_notpdf_/gpt4chan_model/) -You also need to put GPT-J-6B's config.json file in the same folder: [config.json](https://huggingface.co/EleutherAI/gpt-j-6B/raw/main/config.json) +Then follow these steps to install: + +1. Place the files under `models/gpt4chan_model_float16` or `models/gpt4chan_model` +2. Place GPT-J-6B's config.json file inside that folder: [config.json](https://huggingface.co/EleutherAI/gpt-j-6B/raw/main/config.json) +3. Download GPT-J-6B under `models/gpt-j-6B`: `python download-model.py EleutherAI/gpt-j-6B` #### Converting to pytorch (optional)