Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,20 @@
|
|
1 |
---
|
2 |
license: other
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: other
|
3 |
---
|
4 |
+
|
5 |
+
# WizardLM: An Instruction-following LLM Using Evol-Instruct
|
6 |
+
|
7 |
+
These files are the result of merging the [delta weights](https://huggingface.co/victor123/WizardLM) with the original Llama7B model.
|
8 |
+
|
9 |
+
The code for merging is provided in the [WizardLM official Github repo](https://github.com/nlpxucan/WizardLM).
|
10 |
+
|
11 |
+
## WizardLM-7B HF
|
12 |
+
|
13 |
+
This repo contains the full unquantised model files in HF format for GPU inference
|
14 |
+
|
15 |
+
# Original model info
|
16 |
+
|
17 |
+
Overview of Evol-Instruct
|
18 |
+
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.
|
19 |
+
|
20 |
+
![info](https://github.com/nlpxucan/WizardLM/raw/main/imgs/git_running.png)
|