Text Generation
Transformers
Safetensors
qwen2
code
software-engineering
agent
conversational
text-generation-inference
ubowang commited on
Commit
5a1d429
·
verified ·
1 Parent(s): 594b765

Add arXiv link (2607.12463)

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -15,7 +15,7 @@ tags:
15
 
16
  # FIM-7B
17
 
18
- [📄 Paper (PDF)](https://github.com/TIGER-AI-Lab/FIM-Midtraining/blob/main/paper.pdf) · [💻 GitHub](https://github.com/TIGER-AI-Lab/FIM-Midtraining) · [🤗 Dataset](https://huggingface.co/datasets/TIGER-Lab/FIM-Midtraining-400K) · [🤗 Collection](https://huggingface.co/collections/TIGER-Lab/fim-midtraining)
19
 
20
  **FIM-7B** is the 7B coding-agent model of *"Function-Aware Fill-in-the-Middle as Mid-Training for Coding Agent Foundation Models"*: `Qwen2.5-Coder-7B-Instruct`, mid-trained on function-aware FIM data, then post-trained on R2E-Gym agent trajectories with the upstream recipe unmodified. The mid-training stage is the only difference from a standard R2E-Gym reproduction — and it is worth **+2.8 points on SWE-Bench-Verified and +3.7 on SWE-Bench-Lite**.
21
 
@@ -103,7 +103,7 @@ Convert the trajectories to a submission and score with the official harness —
103
  @article{wang2026fim,
104
  title={Function-Aware Fill-in-the-Middle as Mid-Training for Coding Agent Foundation Models},
105
  author={Wang, Yubo and Liang, Jiarong and Zhang, Yuxuan and Liu, Xuye and Wei, Cong and Zhang, Yuyu and Nie, Ping and Chen, Wenhu},
106
- journal={arXiv preprint},
107
  year={2026}
108
  }
109
  ```
 
15
 
16
  # FIM-7B
17
 
18
+ [📄 Paper](https://arxiv.org/abs/2607.12463) · [💻 GitHub](https://github.com/TIGER-AI-Lab/FIM-Midtraining) · [🤗 Dataset](https://huggingface.co/datasets/TIGER-Lab/FIM-Midtraining-400K) · [🤗 Collection](https://huggingface.co/collections/TIGER-Lab/fim-midtraining)
19
 
20
  **FIM-7B** is the 7B coding-agent model of *"Function-Aware Fill-in-the-Middle as Mid-Training for Coding Agent Foundation Models"*: `Qwen2.5-Coder-7B-Instruct`, mid-trained on function-aware FIM data, then post-trained on R2E-Gym agent trajectories with the upstream recipe unmodified. The mid-training stage is the only difference from a standard R2E-Gym reproduction — and it is worth **+2.8 points on SWE-Bench-Verified and +3.7 on SWE-Bench-Lite**.
21
 
 
103
  @article{wang2026fim,
104
  title={Function-Aware Fill-in-the-Middle as Mid-Training for Coding Agent Foundation Models},
105
  author={Wang, Yubo and Liang, Jiarong and Zhang, Yuxuan and Liu, Xuye and Wei, Cong and Zhang, Yuyu and Nie, Ping and Chen, Wenhu},
106
+ journal={arXiv preprint arXiv:2607.12463},
107
  year={2026}
108
  }
109
  ```