You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@
29
29
</div>
30
30
<br>
31
31
32
-
> 🚧 **Note:** This repository is under active development. We will be continuously updating with model weights, training code, and more resources in the coming weeks. Stay tuned! ✨
32
+
> 🚧 **Note:** This repository is fully open source. Welcome to star and cite our work! ✨
33
33
34
34
## 📖 Overview
35
35
@@ -65,7 +65,7 @@ Figure 1: Demonstration of our work.
65
65
## 🚀 Coming Soon Checklist
66
66
67
67
-[x] 📊 Release model weights on HuggingFace
68
-
-[x] 🔧 Open source training code
68
+
-[x] 🔧 Open source training code and RL dataset
69
69
-[x] 📝 Detailed documentation
70
70
-[x] 🛠️ Environment setup guide
71
71
@@ -93,6 +93,7 @@ SQL-R1/
93
93
├── models/ # Base models
94
94
│ ├── Qwen2.5-Coder-3B-Instruct/
95
95
│ └── Qwen2.5-Coder-7B-Instruct/
96
+
......
96
97
├── sh/ # Scripts for training, inference and evaluation
0 commit comments