hrw nielsr HF Staff commited on
Commit
adac718
·
verified ·
1 Parent(s): 81115d9

Add pipeline tag, link to paper (#3)

Browse files

- Add pipeline tag, link to paper (a58fffff3a831b3f418a73964d0f9f6e7176cc1e)


Co-authored-by: Niels Rogge <[email protected]>

Files changed (1) hide show
  1. README.md +3 -2
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