Upload dataset
Browse files- 2020-05/train-00000-of-00001.parquet +3 -0
- README.md +24 -0
2020-05/train-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b65c75e62a48d8803d2165374cd19b0190a6562e4dbce4fc7fadcfb4b891c972
|
| 3 |
+
size 4159527
|
README.md
CHANGED
|
@@ -656,6 +656,26 @@ dataset_info:
|
|
| 656 |
num_examples: 154
|
| 657 |
download_size: 3619006
|
| 658 |
dataset_size: 12024761
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 659 |
configs:
|
| 660 |
- config_name: 2017-01
|
| 661 |
data_files:
|
|
@@ -817,4 +837,8 @@ configs:
|
|
| 817 |
data_files:
|
| 818 |
- split: train
|
| 819 |
path: 2020-04/train-*
|
|
|
|
|
|
|
|
|
|
|
|
|
| 820 |
---
|
|
|
|
| 656 |
num_examples: 154
|
| 657 |
download_size: 3619006
|
| 658 |
dataset_size: 12024761
|
| 659 |
+
- config_name: 2020-05
|
| 660 |
+
features:
|
| 661 |
+
- name: file_path
|
| 662 |
+
dtype: string
|
| 663 |
+
- name: num_changed_lines
|
| 664 |
+
dtype: int64
|
| 665 |
+
- name: code
|
| 666 |
+
dtype: string
|
| 667 |
+
- name: repo_name
|
| 668 |
+
dtype: string
|
| 669 |
+
- name: commit_date
|
| 670 |
+
dtype: string
|
| 671 |
+
- name: sha
|
| 672 |
+
dtype: string
|
| 673 |
+
splits:
|
| 674 |
+
- name: train
|
| 675 |
+
num_bytes: 13662616
|
| 676 |
+
num_examples: 158
|
| 677 |
+
download_size: 4159527
|
| 678 |
+
dataset_size: 13662616
|
| 679 |
configs:
|
| 680 |
- config_name: 2017-01
|
| 681 |
data_files:
|
|
|
|
| 837 |
data_files:
|
| 838 |
- split: train
|
| 839 |
path: 2020-04/train-*
|
| 840 |
+
- config_name: 2020-05
|
| 841 |
+
data_files:
|
| 842 |
+
- split: train
|
| 843 |
+
path: 2020-05/train-*
|
| 844 |
---
|