Add library name
#1
by
nielsr HF Staff - opened
README.md
CHANGED
|
@@ -1,19 +1,20 @@
|
|
| 1 |
---
|
| 2 |
-
|
|
|
|
| 3 |
datasets:
|
| 4 |
- internlm/SWE-Fixer-Eval
|
| 5 |
- internlm/SWE-Fixer-Train-110K
|
| 6 |
-
|
| 7 |
-
- Qwen/Qwen2.5-7B
|
| 8 |
pipeline_tag: text-generation
|
| 9 |
tags:
|
| 10 |
- code
|
|
|
|
| 11 |
---
|
| 12 |
|
| 13 |
# SWE-Fixer: Training Open-Source LLMs for Effective and Efficient GitHub Issue Resolution
|
| 14 |
|
| 15 |
<p align="left">
|
| 16 |
-
<a href="https://
|
| 17 |
</p>
|
| 18 |
|
| 19 |
<p align="left">
|
|
@@ -34,5 +35,4 @@ For more information, please visit our [project page](https://github.com/InternL
|
|
| 34 |
journal={arXiv preprint arXiv:2501.05040},
|
| 35 |
year={2025}
|
| 36 |
}
|
| 37 |
-
```
|
| 38 |
-
|
|
|
|
| 1 |
---
|
| 2 |
+
base_model:
|
| 3 |
+
- Qwen/Qwen2.5-7B
|
| 4 |
datasets:
|
| 5 |
- internlm/SWE-Fixer-Eval
|
| 6 |
- internlm/SWE-Fixer-Train-110K
|
| 7 |
+
license: mit
|
|
|
|
| 8 |
pipeline_tag: text-generation
|
| 9 |
tags:
|
| 10 |
- code
|
| 11 |
+
library_name: transformers
|
| 12 |
---
|
| 13 |
|
| 14 |
# SWE-Fixer: Training Open-Source LLMs for Effective and Efficient GitHub Issue Resolution
|
| 15 |
|
| 16 |
<p align="left">
|
| 17 |
+
<a href="https://hf.co/papers/2501.05040">📃 Paper </a>
|
| 18 |
</p>
|
| 19 |
|
| 20 |
<p align="left">
|
|
|
|
| 35 |
journal={arXiv preprint arXiv:2501.05040},
|
| 36 |
year={2025}
|
| 37 |
}
|
| 38 |
+
```
|
|
|