From a0b1b1beb2141d573cc3e4de2ae288dcba4b88ff Mon Sep 17 00:00:00 2001 From: oobabooga <112222186+oobabooga@users.noreply.github.com> Date: Sat, 7 Jan 2023 23:13:43 -0300 Subject: [PATCH] Mention gpt4chan's config.json --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 25899b43..c5efcc04 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,8 @@ 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) + ## Converting to pytorch The script `convert-to-torch.py` allows you to convert models to .pt format, which is about 10x faster to load: