hrw commited on
Commit
daee8f6
·
verified ·
1 Parent(s): cbc7428

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -3
README.md CHANGED
@@ -1,3 +1,18 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ ---
4
+ **SWE-Dev-9B is trained from [glm-4-9B-chat](https://huggingface.co/THUDM/glm-4-9b-chat/)**
5
+
6
+ 🚀 SWE-Dev, a groundbreaking open-source Software Engineering Agent (SWE Agent)!
7
+
8
+ 📚 We have built a high-quality dataset and significantly improved the model’s performance on SWE tasks through rejection sampling. We also explored the feasibility of various offline algorithms on SWE through extensive experiments.
9
+
10
+ 🔧 Using only open-source frameworks and models, SWE-Dev-7B and 32B achieved solve rates of 23.4% and 36.6% on SWE-bench-Verified, respectively, even approaching the performance of closed-source models like GPT-4o.
11
+
12
+ 🛠 No need for complex prompt engineering or expensive multi-round evaluations—performance breakthroughs can be achieved with simplified inference scaling! We discovered that increasing interaction rounds significantly boosts model performance. For instance, DeepSeek-V3’s solve rate improved from 37.4% at 30 rounds to 41.2% at 75 rounds. Context extension also proved highly effective for short-text-trained models!
13
+
14
+ 💡 We further explored the scaling laws between data size, interaction rounds, and model performance, demonstrating that smaller, high-quality datasets are sufficient to support top-tier performance.
15
+
16
+ Notion Link: https://ubecwang.notion.site/1bc32cf963e080b2a01df2895f66021f?v=1bc32cf963e0810ca07e000c86c4c1e1
17
+ GitHub Link: https://github.com/THUDM/SWE-Dev
18
+ Hugging Face Link: https://huggingface.co/SWE-Dev