Upload dataset
Browse files- 2020-02/train-00000-of-00001.parquet +3 -0
- README.md +24 -0
2020-02/train-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5553cb56bfd7723f549dbccb4820acb08be4c62adad63755ba48db939e95c215
|
| 3 |
+
size 3023395
|
README.md
CHANGED
|
@@ -596,6 +596,26 @@ dataset_info:
|
|
| 596 |
num_examples: 123
|
| 597 |
download_size: 2908957
|
| 598 |
dataset_size: 9593905
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 599 |
configs:
|
| 600 |
- config_name: 2017-01
|
| 601 |
data_files:
|
|
@@ -745,4 +765,8 @@ configs:
|
|
| 745 |
data_files:
|
| 746 |
- split: train
|
| 747 |
path: 2020-01/train-*
|
|
|
|
|
|
|
|
|
|
|
|
|
| 748 |
---
|
|
|
|
| 596 |
num_examples: 123
|
| 597 |
download_size: 2908957
|
| 598 |
dataset_size: 9593905
|
| 599 |
+
- config_name: 2020-02
|
| 600 |
+
features:
|
| 601 |
+
- name: file_path
|
| 602 |
+
dtype: string
|
| 603 |
+
- name: num_changed_lines
|
| 604 |
+
dtype: int64
|
| 605 |
+
- name: code
|
| 606 |
+
dtype: string
|
| 607 |
+
- name: repo_name
|
| 608 |
+
dtype: string
|
| 609 |
+
- name: commit_date
|
| 610 |
+
dtype: string
|
| 611 |
+
- name: sha
|
| 612 |
+
dtype: string
|
| 613 |
+
splits:
|
| 614 |
+
- name: train
|
| 615 |
+
num_bytes: 9939004
|
| 616 |
+
num_examples: 144
|
| 617 |
+
download_size: 3023395
|
| 618 |
+
dataset_size: 9939004
|
| 619 |
configs:
|
| 620 |
- config_name: 2017-01
|
| 621 |
data_files:
|
|
|
|
| 765 |
data_files:
|
| 766 |
- split: train
|
| 767 |
path: 2020-01/train-*
|
| 768 |
+
- config_name: 2020-02
|
| 769 |
+
data_files:
|
| 770 |
+
- split: train
|
| 771 |
+
path: 2020-02/train-*
|
| 772 |
---
|