Improve language tag
#2
by
lbourdois
- opened
README.md
CHANGED
@@ -1,38 +1,52 @@
|
|
1 |
-
---
|
2 |
-
license: mit
|
3 |
-
datasets:
|
4 |
-
- internlm/SWE-Fixer-Eval
|
5 |
-
- internlm/SWE-Fixer-Train-110K
|
6 |
-
base_model:
|
7 |
-
- Qwen/Qwen2.5-7B
|
8 |
-
pipeline_tag: text-generation
|
9 |
-
tags:
|
10 |
-
- code
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
datasets:
|
4 |
+
- internlm/SWE-Fixer-Eval
|
5 |
+
- internlm/SWE-Fixer-Train-110K
|
6 |
+
base_model:
|
7 |
+
- Qwen/Qwen2.5-7B
|
8 |
+
pipeline_tag: text-generation
|
9 |
+
tags:
|
10 |
+
- code
|
11 |
+
language:
|
12 |
+
- zho
|
13 |
+
- eng
|
14 |
+
- fra
|
15 |
+
- spa
|
16 |
+
- por
|
17 |
+
- deu
|
18 |
+
- ita
|
19 |
+
- rus
|
20 |
+
- jpn
|
21 |
+
- kor
|
22 |
+
- vie
|
23 |
+
- tha
|
24 |
+
- ara
|
25 |
+
---
|
26 |
+
|
27 |
+
# SWE-Fixer: Training Open-Source LLMs for Effective and Efficient GitHub Issue Resolution
|
28 |
+
|
29 |
+
<p align="left">
|
30 |
+
<a href="https://arxiv.org/abs/2501.05040">📃 Paper </a>
|
31 |
+
</p>
|
32 |
+
|
33 |
+
<p align="left">
|
34 |
+
<a href="https://github.com/InternLM/SWE-Fixer" > 🚀 GitHub</a>
|
35 |
+
</p>
|
36 |
+
|
37 |
+
SWE-Fixer is a simple yet effective solution for addressing real-world GitHub issues by training open-source LLMs. It features a streamlined retrieve-then-edit pipeline with two core components: a code file retriever and a code editor.
|
38 |
+
|
39 |
+
This repo holds the **SWE-Fixer-Retriever-7B** model, which is finetuned on the Qwen2.5-7B.
|
40 |
+
|
41 |
+
For more information, please visit our [project page](https://github.com/InternLM/SWE-Fixer).
|
42 |
+
|
43 |
+
## 📚 Citation
|
44 |
+
```
|
45 |
+
@article{xie2025swefixer,
|
46 |
+
title={SWE-Fixer: Training Open-Source LLMs for Effective and Efficient GitHub Issue Resolution},
|
47 |
+
author={Xie, Chengxing and Li, Bowen and Gao, Chang and Du, He and Lam, Wai and Zou, Difan and Chen, Kai},
|
48 |
+
journal={arXiv preprint arXiv:2501.05040},
|
49 |
+
year={2025}
|
50 |
+
}
|
51 |
+
```
|
52 |
+
|