Upload dataset
Browse files- 2020-09/train-00000-of-00001.parquet +3 -0
- README.md +24 -0
2020-09/train-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e02938b67725fe965bc31470f0cbde92f63c014dd0d7b3808d19ab7eab2f8e8e
|
| 3 |
+
size 3160571
|
README.md
CHANGED
|
@@ -736,6 +736,26 @@ dataset_info:
|
|
| 736 |
num_examples: 160
|
| 737 |
download_size: 3156807
|
| 738 |
dataset_size: 9969315
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 739 |
configs:
|
| 740 |
- config_name: 2017-01
|
| 741 |
data_files:
|
|
@@ -913,4 +933,8 @@ configs:
|
|
| 913 |
data_files:
|
| 914 |
- split: train
|
| 915 |
path: 2020-08/train-*
|
|
|
|
|
|
|
|
|
|
|
|
|
| 916 |
---
|
|
|
|
| 736 |
num_examples: 160
|
| 737 |
download_size: 3156807
|
| 738 |
dataset_size: 9969315
|
| 739 |
+
- config_name: 2020-09
|
| 740 |
+
features:
|
| 741 |
+
- name: file_path
|
| 742 |
+
dtype: string
|
| 743 |
+
- name: num_changed_lines
|
| 744 |
+
dtype: int64
|
| 745 |
+
- name: code
|
| 746 |
+
dtype: string
|
| 747 |
+
- name: repo_name
|
| 748 |
+
dtype: string
|
| 749 |
+
- name: commit_date
|
| 750 |
+
dtype: string
|
| 751 |
+
- name: sha
|
| 752 |
+
dtype: string
|
| 753 |
+
splits:
|
| 754 |
+
- name: train
|
| 755 |
+
num_bytes: 10552022
|
| 756 |
+
num_examples: 130
|
| 757 |
+
download_size: 3160571
|
| 758 |
+
dataset_size: 10552022
|
| 759 |
configs:
|
| 760 |
- config_name: 2017-01
|
| 761 |
data_files:
|
|
|
|
| 933 |
data_files:
|
| 934 |
- split: train
|
| 935 |
path: 2020-08/train-*
|
| 936 |
+
- config_name: 2020-09
|
| 937 |
+
data_files:
|
| 938 |
+
- split: train
|
| 939 |
+
path: 2020-09/train-*
|
| 940 |
---
|