From e0ec20c1b7a072d2a12517c52183828a77602c37 Mon Sep 17 00:00:00 2001 From: oobabooga <112222186+oobabooga@users.noreply.github.com> Date: Wed, 11 Jan 2023 23:01:50 -0300 Subject: [PATCH] Update readme --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c76e2420..2ce1445c 100644 --- a/README.md +++ b/README.md @@ -68,8 +68,10 @@ For instance: 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` +2. Place GPT-J-6B's config.json file in that same 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)