sliuxl nielsr HF Staff commited on
Commit
f2366d9
·
verified ·
1 Parent(s): a9a308d

Add text-generation task category (#2)

Browse files

- Add text-generation task category (a30bad7eabe2ad9bbcd5469763eab57f01a5b745)


Co-authored-by: Niels Rogge <[email protected]>

Files changed (1) hide show
  1. README.md +11 -8
README.md CHANGED
@@ -21,14 +21,17 @@ dataset_info:
21
  splits:
22
  - name: test
23
  num_examples: 5102
24
- programming_languages: [java]
 
25
  tags:
26
- - coding
27
- - code-migration
28
- - java
29
- - amazon
30
- - amazon-science
31
- - aws
 
 
32
  ---
33
 
34
  # MigrationBench
@@ -136,4 +139,4 @@ Here is a sample `maven -f test .` command output to get valid `num_test_cases`:
136
  primaryClass={cs.SE},
137
  url={https://arxiv.org/abs/2505.09569},
138
  }
139
- ```
 
21
  splits:
22
  - name: test
23
  num_examples: 5102
24
+ programming_languages:
25
+ - java
26
  tags:
27
+ - coding
28
+ - code-migration
29
+ - java
30
+ - amazon
31
+ - amazon-science
32
+ - aws
33
+ task_categories:
34
+ - text-generation
35
  ---
36
 
37
  # MigrationBench
 
139
  primaryClass={cs.SE},
140
  url={https://arxiv.org/abs/2505.09569},
141
  }
142
+ ```