alim commited on
Commit
a855373
1 Parent(s): aabc981

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +275 -0
README.md ADDED
@@ -0,0 +1,275 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: bigscience-openrail-m
3
+ pipeline_tag: text-generation
4
+ ---
5
+ # Disclaimer: I do not own the weights of WizardLM-13B-V1.2, nor did I train the model. I only sharded or split the model weights.
6
+
7
+ The actual weights can be found [here](https://huggingface.co/WizardLM/WizardCoder-15B-V1.0).
8
+
9
+ The rest of the README is copied from the same page listed above.
10
+
11
+
12
+
13
+ This is the Full-Weight of WizardCoder.
14
+
15
+ **Repository**: https://github.com/nlpxucan/WizardLM/tree/main/WizardCoder
16
+
17
+ **Twitter**: https://twitter.com/WizardLM_AI/status/1669109414559911937
18
+
19
+ **Paper**: [WizardCoder: Empowering Code Large Language Models with Evol-Instruct](https://arxiv.org/abs/2306.08568)
20
+
21
+
22
+ ## WizardLM: Empowering Large Pre-Trained Language Models to Follow Complex Instructions
23
+
24
+
25
+ <p align="center">
26
+ 🤗 <a href="https://huggingface.co/WizardLM" target="_blank">HF Repo</a> • 🐦 <a href="https://twitter.com/WizardLM_AI" 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> <br>
27
+ </p>
28
+ <p align="center">
29
+ 👋 Join our <a href="https://discord.gg/bpmeZD7V" target="_blank">Discord</a>
30
+ </p>
31
+
32
+ ## News
33
+
34
+ - 🔥 🔥 🔥 [08/11/2023] We release **WizardMath** Models.
35
+ - 🔥 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**.
36
+ - 🔥 Our **WizardMath-70B-V1.0** model achieves **81.6 pass@1** on the [GSM8k Benchmarks](https://github.com/openai/grade-school-math), which is **24.8** points higher than the SOTA open-source LLM.
37
+ - 🔥 Our **WizardMath-70B-V1.0** model achieves **22.7 pass@1** on the [MATH Benchmarks](https://github.com/hendrycks/math), which is **9.2** points higher than the SOTA open-source LLM.
38
+
39
+ | Model | Checkpoint | Paper | GSM8k | MATH |Online Demo| License|
40
+ | ----- |------| ---- |------|-------| ----- | ----- |
41
+ | WizardMath-70B-V1.0 | 🤗 <a href="https://huggingface.co/WizardLM/WizardMath-70B-V1.0" target="_blank">HF Link</a> | 📃Coming Soon| **81.6** | **22.7** || <a href="https://ai.meta.com/resources/models-and-libraries/llama-downloads/" target="_blank">Llama 2 License </a> |
42
+ | WizardMath-13B-V1.0 | 🤗 <a href="https://huggingface.co/WizardLM/WizardMath-13B-V1.0" target="_blank">HF Link</a> | 📃Coming Soon| **63.9** | **14.0** | [Demo-1](http://47.103.63.15:50082/), | <a href="https://ai.meta.com/resources/models-and-libraries/llama-downloads/" target="_blank">Llama 2 License </a> |
43
+ | WizardMath-7B-V1.0 | 🤗 <a href="https://huggingface.co/WizardLM/WizardMath-7B-V1.0" target="_blank">HF Link</a> | 📃Coming Soon| **54.9** | **10.7** | [Demo-1](http://47.103.63.15:50080/), [Demo-2](http://47.103.63.15:50081/) | <a href="https://ai.meta.com/resources/models-and-libraries/llama-downloads/" target="_blank">Llama 2 License </a>|
44
+
45
+
46
+ <font size=4>
47
+
48
+ | <sup>Model</sup> | <sup>Checkpoint</sup> | <sup>Paper</sup> |<sup>MT-Bench</sup> | <sup>AlpacaEval</sup> | <sup>WizardEval</sup> | <sup>HumanEval</sup> | <sup>License</sup>|
49
+ | ----- |------| ---- |------|-------| ----- | ----- | ----- |
50
+ | <sup>WizardLM-13B-V1.2</sup> | <sup>🤗 <a href="https://huggingface.co/WizardLM/WizardLM-13B-V1.2" target="_blank">HF Link</a> </sup>| | <sup>7.06</sup> | <sup>89.17%</sup> | <sup>101.4% </sup>|<sup>36.6 pass@1</sup>|<sup> <a href="https://ai.meta.com/resources/models-and-libraries/llama-downloads/" target="_blank">Llama 2 License </a></sup> |
51
+ | <sup>WizardLM-13B-V1.1</sup> |<sup> 🤗 <a href="https://huggingface.co/WizardLM/WizardLM-13B-V1.1" target="_blank">HF Link</a> </sup> | | <sup>6.76</sup> |<sup>86.32%</sup> | <sup>99.3% </sup> |<sup>25.0 pass@1</sup>| <sup>Non-commercial</sup>|
52
+ | <sup>WizardLM-30B-V1.0</sup> | <sup>🤗 <a href="https://huggingface.co/WizardLM/WizardLM-30B-V1.0" target="_blank">HF Link</a></sup> | | <sup>7.01</sup> | | <sup>97.8% </sup> | <sup>37.8 pass@1</sup>| <sup>Non-commercial</sup> |
53
+ | <sup>WizardLM-13B-V1.0</sup> | <sup>🤗 <a href="https://huggingface.co/WizardLM/WizardLM-13B-V1.0" target="_blank">HF Link</a> </sup> | | <sup>6.35</sup> | <sup>75.31%</sup> | <sup>89.1% </sup> |<sup> 24.0 pass@1 </sup> | <sup>Non-commercial</sup>|
54
+ | <sup>WizardLM-7B-V1.0 </sup>| <sup>🤗 <a href="https://huggingface.co/WizardLM/WizardLM-7B-V1.0" target="_blank">HF Link</a> </sup> |<sup> 📃 <a href="https://arxiv.org/abs/2304.12244" target="_blank">[WizardLM]</a> </sup>| | | <sup>78.0% </sup> |<sup>19.1 pass@1 </sup>|<sup> Non-commercial</sup>|
55
+ | <sup>WizardCoder-15B-V1.0</sup> | <sup> 🤗 <a href="https://huggingface.co/WizardLM/WizardCoder-15B-V1.0" target="_blank">HF Link</a></sup> | <sup>📃 <a href="https://arxiv.org/abs/2306.08568" target="_blank">[WizardCoder]</a></sup> | || |<sup> 57.3 pass@1 </sup> | <sup> <a href="https://huggingface.co/spaces/bigcode/bigcode-model-license-agreement" target="_blank">OpenRAIL-M</a></sup> |
56
+ </font>
57
+
58
+
59
+
60
+
61
+
62
+ # WizardCoder: Empowering Code Large Language Models with Evol-Instruct
63
+
64
+
65
+ To develop our WizardCoder model, we begin by adapting the Evol-Instruct method specifically for coding tasks. This involves tailoring the prompt to the domain of code-related instructions. Subsequently, we fine-tune the Code LLM, StarCoder, utilizing the newly created instruction-following training set.
66
+
67
+ ## News
68
+
69
+ - 🔥 Our **WizardCoder-15B-v1.0** model achieves the **57.3 pass@1** on the [HumanEval Benchmarks](https://github.com/openai/human-eval), which is **22.3** points higher than the SOTA open-source Code LLMs.
70
+ - 🔥 We released **WizardCoder-15B-v1.0** trained with **78k** evolved code instructions. Please checkout the [Model Weights](https://huggingface.co/WizardLM/WizardCoder-15B-V1.0), and [Paper]().
71
+ - &#x1F4E3; Please refer to our Twitter account https://twitter.com/WizardLM_AI and HuggingFace Repo https://huggingface.co/WizardLM . We will use them to announce any new release at the 1st time.
72
+
73
+
74
+ ## Comparing WizardCoder with the Closed-Source Models.
75
+
76
+
77
+ 🔥 The following figure shows that our **WizardCoder attains the third position in this benchmark**, surpassing Claude-Plus (59.8 vs. 53.0) and Bard (59.8 vs. 44.5). Notably, our model exhibits a substantially smaller size compared to these models.
78
+
79
+ <p align="center" width="100%">
80
+ <a ><img src="https://raw.githubusercontent.com/nlpxucan/WizardLM/main/WizardCoder/imgs/pass1.png" alt="WizardCoder" style="width: 86%; min-width: 300px; display: block; margin: auto;"></a>
81
+ </p>
82
+
83
+ ❗**Note: In this study, we copy the scores for HumanEval and HumanEval+ from the [LLM-Humaneval-Benchmarks](https://github.com/my-other-github-account/llm-humaneval-benchmarks). Notably, all the mentioned models generate code solutions for each problem utilizing a **single attempt**, and the resulting pass rate percentage is reported. Our **WizardCoder** generates answers using greedy decoding and tests with the same [code](https://github.com/evalplus/evalplus).**
84
+
85
+ ## Comparing WizardCoder with the Open-Source Models.
86
+
87
+ The following table clearly demonstrates that our **WizardCoder** exhibits a substantial performance advantage over all the open-source models. ❗**If you are confused with the different scores of our model (57.3 and 59.8), please check the Notes.**
88
+
89
+
90
+ | Model | HumanEval Pass@1 | MBPP Pass@1 |
91
+ |------------------|------------------|-------------|
92
+ | CodeGen-16B-Multi| 18.3 |20.9 |
93
+ | CodeGeeX | 22.9 |24.4 |
94
+ | LLaMA-33B | 21.7 |30.2 |
95
+ | LLaMA-65B | 23.7 |37.7 |
96
+ | PaLM-540B | 26.2 |36.8 |
97
+ | PaLM-Coder-540B | 36.0 |47.0 |
98
+ | PaLM 2-S | 37.6 |50.0 |
99
+ | CodeGen-16B-Mono | 29.3 |35.3 |
100
+ | Code-Cushman-001 | 33.5 |45.9 |
101
+ | StarCoder-15B | 33.6 |43.6* |
102
+ | InstructCodeT5+ | 35.0 |-- |
103
+ | WizardLM-30B 1.0| 37.8 |-- |
104
+ | WizardCoder-15B 1.0 | **57.3** |**51.8** |
105
+
106
+
107
+ ❗**Note: The reproduced result of StarCoder on MBPP.**
108
+
109
+ ❗**Note: The above table conducts a comprehensive comparison of our **WizardCoder** with other models on the HumanEval and MBPP benchmarks. We adhere to the approach outlined in previous studies by generating **20 samples** for each problem to estimate the pass@1 score and evaluate with the same [code](https://github.com/openai/human-eval/tree/master). The scores of GPT4 and GPT3.5 reported by [OpenAI](https://openai.com/research/gpt-4) are 67.0 and 48.1 (maybe these are the early version GPT4&3.5).**
110
+
111
+ ## Call for Feedbacks
112
+ We welcome everyone to use your professional and difficult instructions to evaluate WizardCoder, and show us examples of poor performance and your suggestions in the [issue discussion](https://github.com/nlpxucan/WizardLM/issues) area. We are focusing on improving the Evol-Instruct now and hope to relieve existing weaknesses and issues in the the next version of WizardCoder. After that, we will open the code and pipeline of up-to-date Evol-Instruct algorithm and work with you together to improve it.
113
+
114
+
115
+ ## Contents
116
+
117
+ 1. [Online Demo](#online-demo)
118
+
119
+ 2. [Fine-tuning](#fine-tuning)
120
+
121
+ 3. [Inference](#inference)
122
+
123
+ 4. [Evaluation](#evaluation)
124
+
125
+ 5. [Citation](#citation)
126
+
127
+ 6. [Disclaimer](#disclaimer)
128
+
129
+ ## Online Demo
130
+
131
+ We will provide our latest models for you to try for as long as possible. If you find a link is not working, please try another one. At the same time, please try as many **real-world** and **challenging** code-related problems that you encounter in your work and life as possible. We will continue to evolve our models with your feedbacks.
132
+
133
+
134
+
135
+ ## Fine-tuning
136
+
137
+ We fine-tune WizardCoder using the modified code `train.py` from [Llama-X](https://github.com/AetherCortex/Llama-X).
138
+ We fine-tune StarCoder-15B with the following hyperparameters:
139
+
140
+ | Hyperparameter | StarCoder-15B |
141
+ |----------------|---------------|
142
+ | Batch size | 512 |
143
+ | Learning rate | 2e-5 |
144
+ | Epochs | 3 |
145
+ | Max length | 2048 |
146
+ | Warmup step | 30 |
147
+ | LR scheduler | cosine |
148
+
149
+ To reproduce our fine-tuning of WizardCoder, please follow the following steps:
150
+ 1. According to the instructions of [Llama-X](https://github.com/AetherCortex/Llama-X), install the environment, download the training code, and deploy. (Note: `deepspeed==0.9.2` and `transformers==4.29.2`)
151
+ 2. Replace the `train.py` with the `train_wizardcoder.py` in our repo (`src/train_wizardcoder.py`)
152
+ 3. Login Huggingface:
153
+ ```bash
154
+ huggingface-cli login
155
+ ```
156
+ 4. Execute the following training command:
157
+ ```bash
158
+ deepspeed train_wizardcoder.py \
159
+ --model_name_or_path "bigcode/starcoder" \
160
+ --data_path "/your/path/to/code_instruction_data.json" \
161
+ --output_dir "/your/path/to/ckpt" \
162
+ --num_train_epochs 3 \
163
+ --model_max_length 2048 \
164
+ --per_device_train_batch_size 16 \
165
+ --per_device_eval_batch_size 1 \
166
+ --gradient_accumulation_steps 4 \
167
+ --evaluation_strategy "no" \
168
+ --save_strategy "steps" \
169
+ --save_steps 50 \
170
+ --save_total_limit 2 \
171
+ --learning_rate 2e-5 \
172
+ --warmup_steps 30 \
173
+ --logging_steps 2 \
174
+ --lr_scheduler_type "cosine" \
175
+ --report_to "tensorboard" \
176
+ --gradient_checkpointing True \
177
+ --deepspeed configs/deepspeed_config.json \
178
+ --fp16 True
179
+ ```
180
+
181
+ ## Inference
182
+
183
+ We provide the decoding script for WizardCoder, which reads a input file and generates corresponding responses for each sample, and finally consolidates them into an output file.
184
+
185
+ You can specify `base_model`, `input_data_path` and `output_data_path` in `src\inference_wizardcoder.py` to set the decoding model, path of input file and path of output file.
186
+
187
+ ```bash
188
+ pip install jsonlines
189
+ ```
190
+
191
+ The decoding command is:
192
+ ```
193
+ python src\inference_wizardcoder.py \
194
+ --base_model "/your/path/to/ckpt" \
195
+ --input_data_path "/your/path/to/input/data.jsonl" \
196
+ --output_data_path "/your/path/to/output/result.jsonl"
197
+ ```
198
+
199
+ The format of `data.jsonl` should be:
200
+ ```
201
+ {"idx": 11, "Instruction": "Write a Python code to count 1 to 10."}
202
+ {"idx": 12, "Instruction": "Write a Jave code to sum 1 to 10."}
203
+ ```
204
+
205
+ The prompt for our WizardCoder in `src\inference_wizardcoder.py` is:
206
+ ```
207
+ Below is an instruction that describes a task. Write a response that appropriately completes the request.
208
+
209
+ ### Instruction:
210
+ {instruction}
211
+
212
+ ### Response:
213
+ ```
214
+
215
+ ## Evaluation
216
+
217
+ We provide the evaluation script on HumanEval for WizardCoder.
218
+
219
+ 1. According to the instructions of [HumanEval](https://github.com/openai/human-eval), install the environment.
220
+ 2. Run the following script to generate the answer.
221
+ ```bash
222
+ model="/path/to/your/model"
223
+ temp=0.2
224
+ max_len=2048
225
+ pred_num=200
226
+ num_seqs_per_iter=2
227
+
228
+ output_path=preds/T${temp}_N${pred_num}
229
+
230
+ mkdir -p ${output_path}
231
+ echo 'Output path: '$output_path
232
+ echo 'Model to eval: '$model
233
+
234
+ # 164 problems, 21 per GPU if GPU=8
235
+ index=0
236
+ gpu_num=8
237
+ for ((i = 0; i < $gpu_num; i++)); do
238
+ start_index=$((i * 21))
239
+ end_index=$(((i + 1) * 21))
240
+
241
+ gpu=$((i))
242
+ echo 'Running process #' ${i} 'from' $start_index 'to' $end_index 'on GPU' ${gpu}
243
+ ((index++))
244
+ (
245
+ CUDA_VISIBLE_DEVICES=$gpu python humaneval_gen.py --model ${model} \
246
+ --start_index ${start_index} --end_index ${end_index} --temperature ${temp} \
247
+ --num_seqs_per_iter ${num_seqs_per_iter} --N ${pred_num} --max_len ${max_len} --output_path ${output_path}
248
+ ) &
249
+ if (($index % $gpu_num == 0)); then wait; fi
250
+ done
251
+ ```
252
+ 3. Run the post processing code `src/process_humaneval.py` to collect the code completions from all answer files.
253
+ ```bash
254
+ output_path=preds/T${temp}_N${pred_num}
255
+
256
+ echo 'Output path: '$output_path
257
+ python process_humaneval.py --path ${output_path} --out_path ${output_path}.jsonl --add_prompt
258
+
259
+ evaluate_functional_correctness ${output_path}.jsonl
260
+ ```
261
+
262
+ ## Citation
263
+
264
+ Please cite the repo if you use the data or code in this repo.
265
+
266
+ ```
267
+ @misc{luo2023wizardcoder,
268
+ title={WizardCoder: Empowering Code Large Language Models with Evol-Instruct},
269
+ 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},
270
+ year={2023},
271
+ }
272
+ ```
273
+ ## Disclaimer
274
+
275
+ The resources, including code, data, and model weights, associated with this project are restricted for academic research purposes only and cannot be used for commercial purposes. The content produced by any version of WizardCoder is influenced by uncontrollable variables such as randomness, and therefore, the accuracy of the output cannot be guaranteed by this project. This project does not accept any legal liability for the content of the model output, nor does it assume responsibility for any losses incurred due to the use of associated resources and output results.