Safetensors
English
qwen3
code
wenhu commited on
Commit
1e747be
·
verified ·
1 Parent(s): 5be04f2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +37 -1
README.md CHANGED
@@ -12,4 +12,40 @@ tags:
12
  - code
13
  ---
14
 
15
- We release the 8B model trained in [Critique-Coder](https://github.com/TIGER-AI-Lab/Critique-Coder).
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
12
  - code
13
  ---
14
 
15
+ ## Model
16
+
17
+ We release the 8B model trained in [Critique-Coder](https://github.com/TIGER-AI-Lab/Critique-Coder).
18
+
19
+ ## Data
20
+
21
+ Data Construction Pipeline is shown:
22
+
23
+ ![pipeline](https://github.com/TIGER-AI-Lab/Critique-Coder/blob/main/assets/images/dataset.png?raw=true)
24
+
25
+ ## Paper
26
+ [Critique-Coder: Enhancing Coder Models by Critique Reinforcement Learning](https://huggingface.co/papers/2509.22824)
27
+
28
+ ## Project Page
29
+ https://tiger-ai-lab.github.io/Critique-Coder
30
+
31
+ ## Code
32
+ https://github.com/TIGER-AI-Lab/Critique-Coder
33
+
34
+ ## Sample Usage
35
+
36
+ You can download this dataset using the Hugging Face CLI:
37
+
38
+ ```bash
39
+ hf download Critique-Coder/rStar-Critique-Data --local-dir ./data/critique-coder-dataset --repo dataset
40
+ ```
41
+
42
+ ## Citation
43
+ ```
44
+ @article{ruan2025critiquecoder,
45
+ title={Critique-Coder: Enhancing Coder Models by Critique Reinforcement Learning},
46
+ author={Ruan, Chi and Jiang, Dongfu and Wang, Yubo and Chen, Wenhu},
47
+ journal={ArXiv},
48
+ year={2025},
49
+ volume={2509.22824}
50
+ }
51
+ ```