Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
library_name: transformers
|
4 |
+
---
|
5 |
+
|
6 |
+
<p align="center">
|
7 |
+
<img src="https://github.com/yinjjiew/Data/raw/main/cure/results.png" width="100%"/>
|
8 |
+
</p>
|
9 |
+
|
10 |
+
|
11 |
+
|
12 |
+
# Introduction to our ReasonFlux-Coders
|
13 |
+
|
14 |
+
We introduce **ReasonFlux-Coders**, trained with **CURE**, our algorithm for co-evolving an LLM's coding and unit test generation abilities.
|
15 |
+
|
16 |
+
* **ReasonFlux-Coder-7B** and **ReasonFlux-Coder-14B** outperform similarly sized Qwen Coders, DeepSeek Coders, and Seed-Coders, and naturally integrate into common test-time scaling and agentic coding pipelines.
|
17 |
+
* **ReasonFlux-Coder-4B** is our Long-CoT model, outperforming Qwen3-4B while achieving 64.8% efficiency in unit test generation. We have demonstrated its ability to serve as a reward model for training base models via reinforcement learning (see our [paper](https://arxiv.org/abs/2505.15809)).
|
18 |
+
|
19 |
+
|
20 |
+
[Paper](https://arxiv.org/abs/2505.15809) | [Code](https://github.com/Gen-Verse/CURE)
|
21 |
+
|
22 |
+
# Citation
|
23 |
+
|
24 |
+
```
|
25 |
+
```
|