ubowang commited on
Commit
969050a
·
verified ·
1 Parent(s): 62e6c2e

Add arXiv link (2607.12463)

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -14,7 +14,7 @@ tags:
14
 
15
  # FIM-Mid-7B
16
 
17
- [📄 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)
18
 
19
  **FIM-Mid-7B** is the mid-trained checkpoint of the FIM 7B pipeline: `Qwen2.5-Coder-7B-Instruct` after function-aware FIM mid-training, **before** agent post-training. Post-training this checkpoint on R2E-Gym agent trajectories produces [TIGER-Lab/FIM-7B](https://huggingface.co/TIGER-Lab/FIM-7B).
20
 
@@ -53,7 +53,7 @@ To reproduce FIM-7B, run R2E-Gym trajectory SFT from this checkpoint — the exa
53
  @article{wang2026fim,
54
  title={Function-Aware Fill-in-the-Middle as Mid-Training for Coding Agent Foundation Models},
55
  author={Wang, Yubo and Liang, Jiarong and Zhang, Yuxuan and Liu, Xuye and Wei, Cong and Zhang, Yuyu and Nie, Ping and Chen, Wenhu},
56
- journal={arXiv preprint},
57
  year={2026}
58
  }
59
  ```
 
14
 
15
  # FIM-Mid-7B
16
 
17
+ [📄 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)
18
 
19
  **FIM-Mid-7B** is the mid-trained checkpoint of the FIM 7B pipeline: `Qwen2.5-Coder-7B-Instruct` after function-aware FIM mid-training, **before** agent post-training. Post-training this checkpoint on R2E-Gym agent trajectories produces [TIGER-Lab/FIM-7B](https://huggingface.co/TIGER-Lab/FIM-7B).
20
 
 
53
  @article{wang2026fim,
54
  title={Function-Aware Fill-in-the-Middle as Mid-Training for Coding Agent Foundation Models},
55
  author={Wang, Yubo and Liang, Jiarong and Zhang, Yuxuan and Liu, Xuye and Wei, Cong and Zhang, Yuyu and Nie, Ping and Chen, Wenhu},
56
+ journal={arXiv preprint arXiv:2607.12463},
57
  year={2026}
58
  }
59
  ```