yuyuzhang commited on
Commit
f5ec8c7
·
verified ·
1 Parent(s): 5ed1529

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -6
README.md CHANGED
@@ -81,8 +81,7 @@ print(output[0]["generated_text"])
81
 
82
  ### Fill-in-the-Middle (FIM) Example
83
 
84
- Seed-Coder-8B-Base natively supports **Fill-in-the-Middle (FIM)** tasks, where the model is given a prefix and a suffix and asked to predict the missing middle content.
85
- This allows for code infilling scenarios such as completing a function body or inserting missing logic between two pieces of code.
86
 
87
  A typical usage flow:
88
 
@@ -133,13 +132,13 @@ This project is licensed under the MIT License. See the [LICENSE file](https://g
133
  If you find Seed-Coder helpful, please consider citing our work:
134
 
135
  ```
136
- @article{zhang2025seedcoder,
137
  title={Seed-Coder: Let the Code Model Curate Data for Itself},
138
  author={Xxx},
139
  year={2025},
140
- eprint={2504.xxxxx},
141
  archivePrefix={arXiv},
142
- primaryClass={cs.CL},
143
  url={https://arxiv.org/abs/xxxx.xxxxx},
144
  }
145
- ``` -->
 
81
 
82
  ### Fill-in-the-Middle (FIM) Example
83
 
84
+ Seed-Coder-8B-Base natively supports **Fill-in-the-Middle (FIM)** tasks, where the model is given a prefix and a suffix and asked to predict the missing middle content. This allows for code infilling scenarios such as completing a function body or inserting missing logic between two pieces of code.
 
85
 
86
  A typical usage flow:
87
 
 
132
  If you find Seed-Coder helpful, please consider citing our work:
133
 
134
  ```
135
+ @article{bytedance2025seedcoder,
136
  title={Seed-Coder: Let the Code Model Curate Data for Itself},
137
  author={Xxx},
138
  year={2025},
139
+ eprint={xxxx.xxxxx},
140
  archivePrefix={arXiv},
141
+ primaryClass={cs.AI},
142
  url={https://arxiv.org/abs/xxxx.xxxxx},
143
  }
144
+ ``` -->