Add Hugging Face paper link to dataset card
#2
by
nielsr
HF staff
- opened
README.md
CHANGED
@@ -1,20 +1,17 @@
|
|
1 |
---
|
2 |
license: mit
|
|
|
|
|
3 |
task_categories:
|
4 |
- text-generation
|
5 |
tags:
|
6 |
- code
|
7 |
-
size_categories:
|
8 |
-
- 100K<n<1M
|
9 |
---
|
10 |
|
11 |
# SWE-Fixer: Training Open-Source LLMs for Effective and Efficient GitHub Issue Resolution
|
12 |
|
13 |
<p align="left">
|
14 |
-
<a href="https://
|
15 |
-
</p>
|
16 |
-
|
17 |
-
<p align="left">
|
18 |
<a href="https://github.com/InternLM/SWE-Fixer" > π GitHub</a>
|
19 |
</p>
|
20 |
|
@@ -32,4 +29,4 @@ For more information, please visit our [project page](https://github.com/InternL
|
|
32 |
journal={arXiv preprint arXiv:2501.05040},
|
33 |
year={2025}
|
34 |
}
|
35 |
-
```
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
+
size_categories:
|
4 |
+
- 100K<n<1M
|
5 |
task_categories:
|
6 |
- text-generation
|
7 |
tags:
|
8 |
- code
|
|
|
|
|
9 |
---
|
10 |
|
11 |
# SWE-Fixer: Training Open-Source LLMs for Effective and Efficient GitHub Issue Resolution
|
12 |
|
13 |
<p align="left">
|
14 |
+
<a href="https://hf.co/papers/2501.05040">π Paper </a> |
|
|
|
|
|
|
|
15 |
<a href="https://github.com/InternLM/SWE-Fixer" > π GitHub</a>
|
16 |
</p>
|
17 |
|
|
|
29 |
journal={arXiv preprint arXiv:2501.05040},
|
30 |
year={2025}
|
31 |
}
|
32 |
+
```
|