From 9a261d82e9ca8034fc3837fee808e4a49276fea6 Mon Sep 17 00:00:00 2001 From: oobabooga <112222186+oobabooga@users.noreply.github.com> Date: Sun, 15 Jan 2023 03:35:57 -0300 Subject: [PATCH] Update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4e2c6372..cac8deac 100644 --- a/README.md +++ b/README.md @@ -58,9 +58,9 @@ After these steps, you should be able to start the webui, but first you need to 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](https://huggingface.co/models?pipeline_tag=text-generation&sort=downloads) +#### 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 noteworthy examples: * [gpt-j-6B](https://huggingface.co/EleutherAI/gpt-j-6B/tree/main) * [gpt-neox-20b](https://huggingface.co/EleutherAI/gpt-neox-20b/tree/main)