WizardLM commited on
Commit
2e868c4
1 Parent(s): b476e91

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -0
README.md CHANGED
@@ -86,6 +86,16 @@ A chat between a curious user and an artificial intelligence assistant. The assi
86
 
87
  We provide the inference WizardLM demo code [here](https://github.com/nlpxucan/WizardLM/tree/main/demo).
88
 
 
 
 
 
 
 
 
 
 
 
89
 
90
  ❗<b>To commen concern about dataset:</b>
91
 
 
86
 
87
  We provide the inference WizardLM demo code [here](https://github.com/nlpxucan/WizardLM/tree/main/demo).
88
 
89
+ Please cite the paper if you use the data or code from WizardLM.
90
+
91
+ ```
92
+ @article{xu2023wizardlm,
93
+ title={Wizardlm: Empowering large language models to follow complex instructions},
94
+ author={Xu, Can and Sun, Qingfeng and Zheng, Kai and Geng, Xiubo and Zhao, Pu and Feng, Jiazhan and Tao, Chongyang and Jiang, Daxin},
95
+ journal={arXiv preprint arXiv:2304.12244},
96
+ year={2023}
97
+ }
98
+ ```
99
 
100
  ❗<b>To commen concern about dataset:</b>
101