From 5f03cb5d0e24daae488ba135920eeda542d800f4 Mon Sep 17 00:00:00 2001 From: ChiYeung Law <31592607+ChiYeungLaw@users.noreply.github.com> Date: Sat, 1 Jul 2023 14:27:41 +0800 Subject: [PATCH] update license --- WizardCoder/README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/WizardCoder/README.md b/WizardCoder/README.md index bf5c1dd..dd9823a 100644 --- a/WizardCoder/README.md +++ b/WizardCoder/README.md @@ -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/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. @@ -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