From 19adf86f027d8c425929282c327f14ef06522c83 Mon Sep 17 00:00:00 2001 From: Yacine Zahidi Date: Tue, 7 Mar 2023 22:55:48 +0100 Subject: [PATCH] Fix typo in url Fixed typo in broken link to awesome-chatgpt-prompts --- examples/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/README.md b/examples/README.md index 3ced5cf..3a7dd27 100644 --- a/examples/README.md +++ b/examples/README.md @@ -35,7 +35,7 @@ torchrun --standalone --nproc_per_node=2 train_dummy.py --strategy colossalai ## Train with real prompt data -We use [awesome-minichatgpt-prompts](https://huggingface.co/datasets/fka/awesome-minichatgpt-prompts) as example dataset. It is a small dataset with hundreds of prompts. +We use [awesome-minichatgpt-prompts](https://huggingface.co/datasets/fka/awesome-chatgpt-prompts) as example dataset. It is a small dataset with hundreds of prompts. You should download `prompts.csv` first.