(1) Rename demo.csv to test.csv (2) Fix href for UTG in README.md
Browse files- README.md +2 -2
- demo.csv β test.csv +0 -0
README.md
CHANGED
@@ -19,7 +19,7 @@ dataset_info:
|
|
19 |
- name: license
|
20 |
dtype: string
|
21 |
splits:
|
22 |
-
- name:
|
23 |
num_examples: 3
|
24 |
programming_languages: [java]
|
25 |
tags:
|
@@ -81,7 +81,7 @@ There are three datasets in [π€ MIGRATION-BENCH](https://huggingface.co/collec
|
|
81 |
|-------|-----------------------------------------------|-------|-----------------------------------------------------------------------------------------------------|
|
82 |
| 1 | [π€ `AmazonScience/migration-bench-java-full`](https://huggingface.co/datasets/AmazonScience/migration-bench-java-full) | 5,102 | Each repo has a test directory or at least one test case |
|
83 |
| 2 | [π€ `AmazonScience/migration-bench-java-selected`](https://huggingface.co/datasets/AmazonScience/migration-bench-java-selected) | 300 | A **subset** of [π€ `migration-bench-java-full`](https://huggingface.co/datasets/AmazonScience/migration-bench-java-full) |
|
84 |
-
| 3 | [π€ `AmazonScience/migration-bench-java-utg`](https://huggingface.co/datasets/AmazonScience/migration-bench-java-
|
85 |
|
86 |
|
87 |
## 3. Metadata
|
|
|
19 |
- name: license
|
20 |
dtype: string
|
21 |
splits:
|
22 |
+
- name: test
|
23 |
num_examples: 3
|
24 |
programming_languages: [java]
|
25 |
tags:
|
|
|
81 |
|-------|-----------------------------------------------|-------|-----------------------------------------------------------------------------------------------------|
|
82 |
| 1 | [π€ `AmazonScience/migration-bench-java-full`](https://huggingface.co/datasets/AmazonScience/migration-bench-java-full) | 5,102 | Each repo has a test directory or at least one test case |
|
83 |
| 2 | [π€ `AmazonScience/migration-bench-java-selected`](https://huggingface.co/datasets/AmazonScience/migration-bench-java-selected) | 300 | A **subset** of [π€ `migration-bench-java-full`](https://huggingface.co/datasets/AmazonScience/migration-bench-java-full) |
|
84 |
+
| 3 | [π€ `AmazonScience/migration-bench-java-utg`](https://huggingface.co/datasets/AmazonScience/migration-bench-java-utg) | 4,814 | The unit test generation (utg) dataset, **disjoint** with [π€ `migration-bench-java-full`](https://huggingface.co/datasets/AmazonScience/migration-bench-java-full)|
|
85 |
|
86 |
|
87 |
## 3. Metadata
|
demo.csv β test.csv
RENAMED
File without changes
|