Datasets:
Add task_categories: text-generation (#3)
Browse files- Add task_categories: text-generation (29588bd95c546195f8e95c6d1dab1700320371b1)
Co-authored-by: Niels Rogge <nielsr@users.noreply.huggingface.co>
README.md
CHANGED
@@ -11,14 +11,17 @@ dataset_info:
|
|
11 |
splits:
|
12 |
- name: test
|
13 |
num_examples: 4814
|
14 |
-
programming_languages:
|
|
|
15 |
tags:
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
|
|
|
|
22 |
---
|
23 |
|
24 |
# MigrationBench
|
@@ -107,4 +110,4 @@ Metadata is provided in the `csv` file for each dataset:
|
|
107 |
primaryClass={cs.SE},
|
108 |
url={https://arxiv.org/abs/2505.09569},
|
109 |
}
|
110 |
-
```
|
|
|
11 |
splits:
|
12 |
- name: test
|
13 |
num_examples: 4814
|
14 |
+
programming_languages:
|
15 |
+
- java
|
16 |
tags:
|
17 |
+
- coding
|
18 |
+
- code-migration
|
19 |
+
- java
|
20 |
+
- amazon
|
21 |
+
- amazon-science
|
22 |
+
- aws
|
23 |
+
task_categories:
|
24 |
+
- text-generation
|
25 |
---
|
26 |
|
27 |
# MigrationBench
|
|
|
110 |
primaryClass={cs.SE},
|
111 |
url={https://arxiv.org/abs/2505.09569},
|
112 |
}
|
113 |
+
```
|