WizardLM commited on
Commit
d920d26
1 Parent(s): b3bbc22

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -4
README.md CHANGED
@@ -97,9 +97,10 @@ Note: This script supports `WizardLM/WizardCoder-Python-34B/13B/7B-V1.0`. If you
97
  Please cite the repo if you use the data, method or code in this repo.
98
 
99
  ```
100
- @misc{luo2023wizardcoder,
101
- title={WizardCoder: Empowering Code Large Language Models with Evol-Instruct},
102
- author={Ziyang Luo and Can Xu and Pu Zhao and Qingfeng Sun and Xiubo Geng and Wenxiang Hu and Chongyang Tao and Jing Ma and Qingwei Lin and Daxin Jiang},
103
- year={2023},
 
104
  }
105
  ```
 
97
  Please cite the repo if you use the data, method or code in this repo.
98
 
99
  ```
100
+ @article{luo2023wizardcoder,
101
+ title={WizardCoder: Empowering Code Large Language Models with Evol-Instruct},
102
+ author={Luo, Ziyang and Xu, Can and Zhao, Pu and Sun, Qingfeng and Geng, Xiubo and Hu, Wenxiang and Tao, Chongyang and Ma, Jing and Lin, Qingwei and Jiang, Daxin},
103
+ journal={arXiv preprint arXiv:2306.08568},
104
+ year={2023}
105
  }
106
  ```