vanillaOVO/WizardCoder-Python-7B-V1.0
Note
This is a replica of the official repository, intended solely for research purposes to replicate results. If there are any copyright issues, please contact me.
<p align="center"> π€ <a href="https://huggingface.co/WizardLM" target="blank">HF Repo</a> β’π± <a href="https://github.com/nlpxucan/WizardLM" target="blank">Github Repo</a> β’ π¦ <a href="https://twitter.com/WizardLMAI" target="blank">Twitter</a> β’ π <a href="https://arxiv.org/abs/2304.12244" target="blank">[WizardLM]</a> β’ π <a href="https://arxiv.org/abs/2306.08568" target="blank">[WizardCoder]</a> β’ π <a href="https://arxiv.org/abs/2308.09583" target="blank">[WizardMath]</a> <br> </p> <p align="center"> π Join our <a href="https://discord.gg/VZjjHtWrKs" target="blank">Discord</a> </p>
News
- π₯π₯π₯[2023/08/26] We released WizardCoder-Python-34B-V1.0 , which achieves the 73.2 pass@1 and surpasses GPT4 (2023/03/15), ChatGPT-3.5, and Claude2 on the HumanEval Benchmarks.
- [2023/06/16] We released WizardCoder-15B-V1.0 , which achieves the 57.3 pass@1 and surpasses Claude-Plus (+6.8), Bard (+15.3) and InstructCodeT5+ (+22.3) on the HumanEval Benchmarks.
βNote: There are two HumanEval results of GPT4 and ChatGPT-3.5. The 67.0 and 48.1 are reported by the official GPT4 Report (2023/03/15) of OpenAI. The 82.0 and 72.5 are tested by ourselves with the latest API (2023/08/26).
- Our WizardMath-70B-V1.0 model slightly outperforms some closed-source LLMs on the GSM8K, including ChatGPT 3.5, Claude Instant 1 and PaLM 2 540B.
- Our WizardMath-70B-V1.0 model achieves 81.6 pass@1 on the GSM8k Benchmarks, which is 24.8 points higher than the SOTA open-source LLM, and achieves 22.7 pass@1 on the MATH Benchmarks, which is 9.2 points higher than the SOTA open-source LLM.
<font size=4>
</font>
- [08/09/2023] We released WizardLM-70B-V1.0 model. Here is Full Model Weight.
<font size=4>
</font>
Comparing WizardCoder-Python-34B-V1.0 with Other LLMs.
π₯ The following figure shows that our WizardCoder-Python-34B-V1.0 attains the second position in this benchmark, surpassing GPT4 (2023/03/15, 73.2 vs. 67.0), ChatGPT-3.5 (73.2 vs. 72.5) and Claude2 (73.2 vs. 71.2).
<p align="center" width="100%"> <a ><img src="https://raw.githubusercontent.com/nlpxucan/WizardLM/main/WizardCoder/imgs/compare_sota.png" alt="WizardCoder" style="width: 96%; min-width: 300px; display: block; margin: auto;"></a> </p>
Prompt Format
"Below is an instruction that describes a task. Write a response that appropriately completes the request.\n\n### Instruction:\n{instruction}\n\n### Response:"Inference Demo Script
We provide the inference demo code here.
Citation
Please cite the repo if you use the data, method or code in this repo.
@article{luo2023wizardcoder,
title={WizardCoder: Empowering Code Large Language Models with Evol-Instruct},
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},
journal={arXiv preprint arXiv:2306.08568},
year={2023}
}