Add task category and link to the code repository
Browse filesThis PR adds the `text-generation` task category and a link to the github repository associated with the paper.
README.md
CHANGED
@@ -1,4 +1,9 @@
|
|
1 |
---
|
2 |
license: mit
|
|
|
|
|
3 |
---
|
4 |
-
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
+
task_categories:
|
4 |
+
- text-generation
|
5 |
---
|
6 |
+
|
7 |
+
This repository contains the data presented in [SWE-Factory: Your Automated Factory for Issue Resolution Training Data and Evaluation Benchmarks](https://huggingface.co/papers/2506.10954).
|
8 |
+
|
9 |
+
Code: https://github.com/ise-uiuc/swe-factory
|