From 525834ea34b3a3495194a2784976e753705c0f14 Mon Sep 17 00:00:00 2001 From: oobabooga <112222186+oobabooga@users.noreply.github.com> Date: Sun, 15 Jan 2023 03:33:32 -0300 Subject: [PATCH] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2285697c..ba783a3b 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ Models should be placed under `models/model-name`. For instance, `models/gpt-j-6 #### Hugging Face -Hugging Face is the main place to download models. These are some of my favorite: +[Hugging Face](https://huggingface.co/models?pipeline_tag=text-generation&sort=downloads) is the main place to download models. These are some of my favorite: * [gpt-j-6B](https://huggingface.co/EleutherAI/gpt-j-6B/tree/main) * [gpt-neox-20b](https://huggingface.co/EleutherAI/gpt-neox-20b/tree/main)