Update README.md
Browse files
README.md
CHANGED
@@ -13,9 +13,6 @@ This is the Full-Weight of WizardCoder.
|
|
13 |
|
14 |
# WizardCoder: Empowering Code Large Language Models with Evol-Instruct
|
15 |
|
16 |
-
[![Code License](https://img.shields.io/badge/Code%20License-Apache_2.0-green.svg)](https://github.com/tatsu-lab/stanford_alpaca/blob/main/LICENSE)
|
17 |
-
[![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)
|
18 |
-
[![Python 3.9+](https://img.shields.io/badge/python-3.9+-blue.svg)](https://www.python.org/downloads/release/python-390/)
|
19 |
|
20 |
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.
|
21 |
|
|
|
13 |
|
14 |
# WizardCoder: Empowering Code Large Language Models with Evol-Instruct
|
15 |
|
|
|
|
|
|
|
16 |
|
17 |
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.
|
18 |
|