Add pipeline tag, link to paper
#3
by
nielsr
HF Staff
- opened
README.md
CHANGED
@@ -1,11 +1,12 @@
|
|
1 |
---
|
2 |
-
license: mit
|
3 |
base_model:
|
4 |
- Qwen/Qwen2.5-Coder-32B-Instruct
|
5 |
library_name: transformers
|
|
|
|
|
6 |
---
|
7 |
|
8 |
-
π SWE-Dev, an open-source Agent for Software Engineering tasks!
|
9 |
|
10 |
π‘ We develop a comprehensive pipeline for creating developer-oriented datasets from GitHub repositories, including issue tracking, code localization, test case generation, and evaluation.
|
11 |
|
|
|
1 |
---
|
|
|
2 |
base_model:
|
3 |
- Qwen/Qwen2.5-Coder-32B-Instruct
|
4 |
library_name: transformers
|
5 |
+
license: mit
|
6 |
+
pipeline_tag: text-generation
|
7 |
---
|
8 |
|
9 |
+
π SWE-Dev, an open-source Agent for Software Engineering tasks! This repository contains the SWE-Dev-32B model as presented in the paper [SWE-Dev: Building Software Engineering Agents with Training and Inference Scaling](https://huggingface.co/papers/2506.07636).
|
10 |
|
11 |
π‘ We develop a comprehensive pipeline for creating developer-oriented datasets from GitHub repositories, including issue tracking, code localization, test case generation, and evaluation.
|
12 |
|