MatCaviar commited on
Commit
8e82ac7
β€’
1 Parent(s): 991a9bf

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -2
README.md CHANGED
@@ -7,7 +7,7 @@ tags:
7
  # AlchemistCoder: Harmonizing and Eliciting Code Capability by Hindsight Tuning on Multi-source Data
8
 
9
  [[πŸ€— HuggingFace](https://huggingface.co/internlm/AlchemistCoder-DS-6.7B)]
10
- [[πŸ“ƒ Paper](https://arxiv.org/abs/xxxxx)]
11
  [[🌐 Project Page](https://internlm.github.io/AlchemistCoder/)]
12
 
13
 
@@ -52,5 +52,12 @@ If you have any questions, please create an issue on this repository or contact
52
  If you find our work useful, please consider citing:
53
 
54
  ```bibtex
55
-
 
 
 
 
 
 
 
56
  ```
 
7
  # AlchemistCoder: Harmonizing and Eliciting Code Capability by Hindsight Tuning on Multi-source Data
8
 
9
  [[πŸ€— HuggingFace](https://huggingface.co/internlm/AlchemistCoder-DS-6.7B)]
10
+ [[πŸ“ƒ Paper](https://arxiv.org/abs/2405.19265)]
11
  [[🌐 Project Page](https://internlm.github.io/AlchemistCoder/)]
12
 
13
 
 
52
  If you find our work useful, please consider citing:
53
 
54
  ```bibtex
55
+ @misc{song2024alchemistcoder,
56
+ title={AlchemistCoder: Harmonizing and Eliciting Code Capability by Hindsight Tuning on Multi-source Data},
57
+ 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},
58
+ year={2024},
59
+ eprint={2405.19265},
60
+ archivePrefix={arXiv},
61
+ primaryClass={cs.CL}
62
+ }
63
  ```