Datasets:
Tasks:
Text Generation
Formats:
parquet
Languages:
English
Size:
10K - 100K
ArXiv:
Tags:
code
DOI:
License:
Update README.md
Browse files
README.md
CHANGED
|
@@ -444,7 +444,6 @@ Moreover, the dataset was splitted into several categories, naming:
|
|
| 444 |
| `py` | Only `.py` files in changes | 4,339 |
|
| 445 |
| `java` | Only `.java` files in changes | 2,522 |
|
| 446 |
| 'kt' | Only `.kt` files in changes | 618 |
|
| 447 |
-
| 'mixed' | At list one `.java`, `.py`, or `.kt` file in changes with any other changed files | 2,322 |
|
| 448 |
|
| 449 |
And splits, naming:
|
| 450 |
| **Split** | **Description** |
|
|
@@ -462,7 +461,7 @@ The following sections will describe the utilities around the dataset as well as
|
|
| 462 |
```py
|
| 463 |
from datasets import load_dataset
|
| 464 |
|
| 465 |
-
# Select a configuration from ["py", "java", "kt"
|
| 466 |
configuration = "py"
|
| 467 |
# Select a split from ["dev", "train", "test"]
|
| 468 |
split = "dev"
|
|
|
|
| 444 |
| `py` | Only `.py` files in changes | 4,339 |
|
| 445 |
| `java` | Only `.java` files in changes | 2,522 |
|
| 446 |
| 'kt' | Only `.kt` files in changes | 618 |
|
|
|
|
| 447 |
|
| 448 |
And splits, naming:
|
| 449 |
| **Split** | **Description** |
|
|
|
|
| 461 |
```py
|
| 462 |
from datasets import load_dataset
|
| 463 |
|
| 464 |
+
# Select a configuration from ["py", "java", "kt"]
|
| 465 |
configuration = "py"
|
| 466 |
# Select a split from ["dev", "train", "test"]
|
| 467 |
split = "dev"
|