Update README.md
Browse files
README.md
CHANGED
@@ -19,8 +19,15 @@ This repo contains the full unquantised model files in HF format for GPU inferen
|
|
19 |
|
20 |
# Original model info
|
21 |
|
22 |
-
|
|
|
|
|
|
|
|
|
|
|
23 |
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.
|
24 |
|
|
|
|
|
25 |
![info](https://github.com/nlpxucan/WizardLM/raw/main/imgs/git_overall.png)
|
26 |
![info](https://github.com/nlpxucan/WizardLM/raw/main/imgs/git_running.png)
|
|
|
19 |
|
20 |
# Original model info
|
21 |
|
22 |
+
## Full details in the model's Github page
|
23 |
+
|
24 |
+
[WizardLM official Github repo](https://github.com/nlpxucan/WizardLM).
|
25 |
+
|
26 |
+
## Overview of Evol-Instruct
|
27 |
+
|
28 |
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.
|
29 |
|
30 |
+
Although on our complexity-balanced test set, WizardLM-7B outperforms ChatGPT in the high-complexity instructions, it still lag behind ChatGPT on the entire test set, and we also consider WizardLM to still be in a baby state. This repository will continue to improve WizardLM, train on larger scales, add more training data, and innovate more advanced large-model training methods.
|
31 |
+
|
32 |
![info](https://github.com/nlpxucan/WizardLM/raw/main/imgs/git_overall.png)
|
33 |
![info](https://github.com/nlpxucan/WizardLM/raw/main/imgs/git_running.png)
|