Update README.md
Browse files
README.md
CHANGED
@@ -6,7 +6,7 @@ tags:
|
|
6 |
# AlchemistCoder: Harmonizing and Eliciting Code Capability by Hindsight Tuning on Multi-source Data
|
7 |
|
8 |
[[🤗 HuggingFace](https://huggingface.co/internlm/AlchemistCoder-DS-6.7B)]
|
9 |
-
[[📃 Paper](https://arxiv.org/abs/
|
10 |
[[🌐 Project Page](https://internlm.github.io/AlchemistCoder/)]
|
11 |
|
12 |
|
@@ -127,5 +127,12 @@ If you have any questions, please create an issue on this repository or contact
|
|
127 |
If you find our work useful, please consider citing:
|
128 |
|
129 |
```bibtex
|
130 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
131 |
```
|
|
|
6 |
# AlchemistCoder: Harmonizing and Eliciting Code Capability by Hindsight Tuning on Multi-source Data
|
7 |
|
8 |
[[🤗 HuggingFace](https://huggingface.co/internlm/AlchemistCoder-DS-6.7B)]
|
9 |
+
[[📃 Paper](https://arxiv.org/abs/2405.19265)]
|
10 |
[[🌐 Project Page](https://internlm.github.io/AlchemistCoder/)]
|
11 |
|
12 |
|
|
|
127 |
If you find our work useful, please consider citing:
|
128 |
|
129 |
```bibtex
|
130 |
+
@misc{song2024alchemistcoder,
|
131 |
+
title={AlchemistCoder: Harmonizing and Eliciting Code Capability by Hindsight Tuning on Multi-source Data},
|
132 |
+
author={Zifan Song and Yudong Wang and Wenwei Zhang and Kuikun Liu and Chengqi Lyu and Demin Song and Qipeng Guo and Hang Yan and Dahua Lin and Kai Chen and Cairong Zhao},
|
133 |
+
year={2024},
|
134 |
+
eprint={2405.19265},
|
135 |
+
archivePrefix={arXiv},
|
136 |
+
primaryClass={cs.CL}
|
137 |
+
}
|
138 |
```
|