Update README.md
Browse files
README.md
CHANGED
@@ -74,6 +74,17 @@ A chat between a curious user and an artificial intelligence assistant. The assi
|
|
74 |
|
75 |
We provide the inference WizardLM demo code [here](https://github.com/nlpxucan/WizardLM/tree/main/demo).
|
76 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
77 |
❗<b>To commen concern about dataset:</b>
|
78 |
|
79 |
Recently, there have been clear changes in the open-source policy and regulations of our overall organization's code, data, and models.
|
|
|
74 |
|
75 |
We provide the inference WizardLM demo code [here](https://github.com/nlpxucan/WizardLM/tree/main/demo).
|
76 |
|
77 |
+
Please cite the paper if you use the data or code from WizardLM.
|
78 |
+
|
79 |
+
```
|
80 |
+
@article{xu2023wizardlm,
|
81 |
+
title={Wizardlm: Empowering large language models to follow complex instructions},
|
82 |
+
author={Xu, Can and Sun, Qingfeng and Zheng, Kai and Geng, Xiubo and Zhao, Pu and Feng, Jiazhan and Tao, Chongyang and Jiang, Daxin},
|
83 |
+
journal={arXiv preprint arXiv:2304.12244},
|
84 |
+
year={2023}
|
85 |
+
}
|
86 |
+
```
|
87 |
+
|
88 |
❗<b>To commen concern about dataset:</b>
|
89 |
|
90 |
Recently, there have been clear changes in the open-source policy and regulations of our overall organization's code, data, and models.
|