yuxiang630
commited on
Commit
•
eabeced
1
Parent(s):
466801d
tiny
Browse files
README.md
CHANGED
@@ -37,6 +37,11 @@ pipeline_tag: text-generation
|
|
37 |
* **Demo (powered by [Gradio](https://www.gradio.app)):**
|
38 |
<https://github.com/ise-uiuc/magicoder/tree/main/demo>
|
39 |
|
|
|
|
|
|
|
|
|
|
|
40 |
## Uses
|
41 |
|
42 |
### Direct Use
|
@@ -88,7 +93,7 @@ print(result[0]["generated_text"])
|
|
88 |
|
89 |
Refer to our GitHub repo: [ise-uiuc/magicoder](https://github.com/ise-uiuc/magicoder/).
|
90 |
|
91 |
-
##
|
92 |
|
93 |
```bibtex
|
94 |
@misc{magicoder,
|
@@ -101,7 +106,7 @@ Refer to our GitHub repo: [ise-uiuc/magicoder](https://github.com/ise-uiuc/magic
|
|
101 |
}
|
102 |
```
|
103 |
|
104 |
-
##
|
105 |
|
106 |
* [WizardCoder](https://github.com/nlpxucan/WizardLM/tree/main/WizardCoder): Evol-Instruct
|
107 |
* [DeepSeek-Coder](https://github.com/deepseek-ai/DeepSeek-Coder): Base model for Magicoder-DS
|
|
|
37 |
* **Demo (powered by [Gradio](https://www.gradio.app)):**
|
38 |
<https://github.com/ise-uiuc/magicoder/tree/main/demo>
|
39 |
|
40 |
+
### Training Data
|
41 |
+
|
42 |
+
* [Magicoder-OSS-Instruct-75K](https://huggingface.co/datasets/ise-uiuc/Magicoder_oss_instruct_75k): generated through **OSS-Instruct** using `gpt-3.5-turbo-1106` and used to train both Magicoder and Magicoder-S series.
|
43 |
+
* [Magicoder-Evol-Instruct-110K](https://huggingface.co/datasets/ise-uiuc/Magicoder_evol_instruct_110k): decontaminated and redistributed from [theblackcat102/evol-codealpaca-v1](https://huggingface.co/datasets/theblackcat102/evol-codealpaca-v1), used to further finetune Magicoder series and obtain Magicoder-S models.
|
44 |
+
|
45 |
## Uses
|
46 |
|
47 |
### Direct Use
|
|
|
93 |
|
94 |
Refer to our GitHub repo: [ise-uiuc/magicoder](https://github.com/ise-uiuc/magicoder/).
|
95 |
|
96 |
+
## Citation
|
97 |
|
98 |
```bibtex
|
99 |
@misc{magicoder,
|
|
|
106 |
}
|
107 |
```
|
108 |
|
109 |
+
## Acknowledgements
|
110 |
|
111 |
* [WizardCoder](https://github.com/nlpxucan/WizardLM/tree/main/WizardCoder): Evol-Instruct
|
112 |
* [DeepSeek-Coder](https://github.com/deepseek-ai/DeepSeek-Coder): Base model for Magicoder-DS
|