Skip to content

Commit

Permalink
Merge pull request nlpxucan#106 from ChiYeungLaw/main
Browse files Browse the repository at this point in the history
 update WizardCoder license
  • Loading branch information
nlpxucan authored Jul 1, 2023
2 parents 60927e7 + 5f03cb5 commit deb6f33
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion WizardCoder/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

<!-- [![Code License](https://img.shields.io/badge/Code%20License-Apache_2.0-green.svg)](https://github.com/tatsu-lab/stanford_alpaca/blob/main/LICEN[SE)
[![Data License](https://img.shields.io/badge/Data%20License-CC%20By%20NC%204.0-red.svg)](https://github.com/tatsu-lab/stanford_alpaca/blob/main/DATA_LICENSE)](url) -->
[![Code License](https://img.shields.io/badge/Code%20License-Apache_2.0-green.svg)](https://github.com/tatsu-lab/stanford_alpaca/blob/main/LICENSE)
[![Data License](https://img.shields.io/badge/Data%20License-CC%20By%20NC%204.0-red.svg)](https://github.com/tatsu-lab/stanford_alpaca/blob/main/DATA_LICENSE)
[![Model Weight License](https://img.shields.io/badge/Model%20Weights%20License-CC%20By%20NC%204.0-yellow)](https://github.com/tatsu-lab/stanford_alpaca/blob/main/WEIGHT_DIFF_LICENSE)
[![Python 3.9+](https://img.shields.io/badge/python-3.9+-blue.svg)](https://www.python.org/downloads/release/python-390/)

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.
Expand Down Expand Up @@ -310,7 +313,7 @@ Please cite the repo if you use the data or code in this repo.
```
## Disclaimer

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.
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.

## Star History

Expand Down

0 comments on commit deb6f33

Please sign in to comment.