Add pipeline tag, link to paper
Browse filesThis PR adds the pipeline tag, so that the model can be found at https://huggingface.co/models?pipeline_tag=text-generation. It also adds a link to the paper.
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 |
|