Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -20,8 +20,6 @@ configs:
|
|
| 20 |
data_files:
|
| 21 |
- split: train
|
| 22 |
path: data/train-*
|
| 23 |
-
---
|
| 24 |
-
---
|
| 25 |
pretty_name: github-java-corpus
|
| 26 |
language:
|
| 27 |
- code
|
|
@@ -34,7 +32,7 @@ tags:
|
|
| 34 |
- java
|
| 35 |
---
|
| 36 |
|
| 37 |
-
# github-java-
|
| 38 |
|
| 39 |
## Summary
|
| 40 |
This dataset contains Java source-code text samples prepared for pretraining.
|
|
@@ -60,4 +58,24 @@ The dataset was built from streamed archive processing into file-level text samp
|
|
| 60 |
## Notes
|
| 61 |
- Intended for pretraining
|
| 62 |
- One row corresponds to one source file
|
| 63 |
-
- `Date` is the assigned year label for this source
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 20 |
data_files:
|
| 21 |
- split: train
|
| 22 |
path: data/train-*
|
|
|
|
|
|
|
| 23 |
pretty_name: github-java-corpus
|
| 24 |
language:
|
| 25 |
- code
|
|
|
|
| 32 |
- java
|
| 33 |
---
|
| 34 |
|
| 35 |
+
# github-java-corpus
|
| 36 |
|
| 37 |
## Summary
|
| 38 |
This dataset contains Java source-code text samples prepared for pretraining.
|
|
|
|
| 58 |
## Notes
|
| 59 |
- Intended for pretraining
|
| 60 |
- One row corresponds to one source file
|
| 61 |
+
- `Date` is the assigned year label for this source
|
| 62 |
+
|
| 63 |
+
## Source Dataset
|
| 64 |
+
|
| 65 |
+
This dataset is derived from the Project CodeNet dataset.
|
| 66 |
+
|
| 67 |
+
Original dataset:
|
| 68 |
+
https://datashare.ed.ac.uk/handle/10283/2334
|
| 69 |
+
|
| 70 |
+
Project CodeNet is a large-scale dataset of source code collected from online programming platforms.
|
| 71 |
+
|
| 72 |
+
## Citation
|
| 73 |
+
|
| 74 |
+
If you use this dataset, please cite the original Project CodeNet dataset:
|
| 75 |
+
|
| 76 |
+
@inproceedings{puri2021project,
|
| 77 |
+
title={Project CodeNet: A Large-Scale AI for Code Dataset for Learning a Diversity of Coding Tasks},
|
| 78 |
+
author={Puri, Ruchir and Kung, David and Janssen, Geert and others},
|
| 79 |
+
booktitle={NeurIPS Datasets and Benchmarks},
|
| 80 |
+
year={2021}
|
| 81 |
+
}
|