yuyuzhang commited on
Commit
f157585
·
verified ·
1 Parent(s): 11ec854

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -11
README.md CHANGED
@@ -14,7 +14,7 @@ library_name: transformers
14
  </a>
15
 
16
  <a href="https://github.com/ByteDance-Seed/Seed-Coder/blob/master/Seed-Coder.pdf" target="_blank" style="margin: 2px;">
17
- <img alt="Technical Report" src="https://img.shields.io/badge/(upcoming)-Technical%20Report-brightgreen?logo=arxiv&logoColor=white" style="display: inline-block; vertical-align: middle;"/>
18
  </a>
19
 
20
  <a href="https://huggingface.co/ByteDance-Seed" target="_blank" style="margin: 2px;">
@@ -113,18 +113,18 @@ For detailed benchmark performance, please refer to our [📑 Technical Report](
113
 
114
  This project is licensed under the MIT License. See the [LICENSE file](https://github.com/ByteDance-Seed/Seed-Coder/blob/master/LICENSE) for details.
115
 
116
- <!-- ## Citation
117
 
118
  If you find our work helpful, feel free to give us a cite.
119
 
120
  ```
121
- @article{zhang2025seedcoder,
122
- title={Seed-Coder: Let the Code Model Curate Data for Itself},
123
- author={Xxx},
124
- year={2025},
125
- eprint={2504.xxxxx},
126
- archivePrefix={arXiv},
127
- primaryClass={cs.CL},
128
- url={https://arxiv.org/abs/xxxx.xxxxx},
129
  }
130
- ``` -->
 
14
  </a>
15
 
16
  <a href="https://github.com/ByteDance-Seed/Seed-Coder/blob/master/Seed-Coder.pdf" target="_blank" style="margin: 2px;">
17
+ <img alt="Technical Report" src="https://img.shields.io/badge/arXiv-Technical%20Report-brightgreen?logo=arxiv&logoColor=white" style="display: inline-block; vertical-align: middle;"/>
18
  </a>
19
 
20
  <a href="https://huggingface.co/ByteDance-Seed" target="_blank" style="margin: 2px;">
 
113
 
114
  This project is licensed under the MIT License. See the [LICENSE file](https://github.com/ByteDance-Seed/Seed-Coder/blob/master/LICENSE) for details.
115
 
116
+ ## Citation
117
 
118
  If you find our work helpful, feel free to give us a cite.
119
 
120
  ```
121
+ @misc{seed2025seedcoderletcodemodel,
122
+ title={{Seed-Coder}: Let the Code Model Curate Data for Itself},
123
+ author={{ByteDance Seed} and Yuyu Zhang and Jing Su and Yifan Sun and Chenguang Xi and Xia Xiao and Shen Zheng and Anxiang Zhang and Kaibo Liu and Daoguang Zan and Tao Sun and Jinhua Zhu and Shulin Xin and Dong Huang and Yetao Bai and Lixin Dong and Chao Li and Jianchong Chen and Hanzhi Zhou and Yifan Huang and Guanghan Ning and Xierui Song and Jiaze Chen and Siyao Liu and Kai Shen and Liang Xiang and Yonghui Wu},
124
+ year={2025},
125
+ eprint={2506.03524},
126
+ archivePrefix={arXiv},
127
+ primaryClass={cs.CL},
128
+ url={https://arxiv.org/abs/2506.03524},
129
  }
130
+ ```