From f91ccf5b502086e32797b0ed22a5dc26801eac0a Mon Sep 17 00:00:00 2001 From: Sasha Dog Date: Wed, 1 May 2024 18:52:29 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c87e704..dd25e11 100644 --- a/README.md +++ b/README.md @@ -228,7 +228,7 @@ We welcome everyone to use your professional and difficult instructions to evalu ## Overview of Evol-Instruct -[Evol-Instruct](https://github.com/nlpxucan/evol-instruct) is a novel method using LLMs instead of humans to automatically mass-produce open-domain instructions of various difficulty levels and skills range, to improve the performance of LLMs. You can easily embark on your own evolutionary journey with the [Evol Script](https://github.com/nlpxucan/WizardLM/tree/main/Evol-Instruct) we provide. +[Evol-Instruct](https://github.com/nlpxucan/evol-instruct) is a novel method using LLMs instead of humans to automatically mass-produce open-domain instructions of various difficulty levels and skills range, to improve the performance of LLMs. You can easily embark on your own evolutionary journey with the [Evol Script](https://github.com/nlpxucan/WizardLM/blob/main/Evol_Instruct/main.py) we provide.

WizardLM