Upload dataset
Browse files- 2021-01/train-00000-of-00001.parquet +3 -0
- README.md +24 -0
2021-01/train-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3c280f464067cb053373c2807227d739d9ea6238a709b0d3991731fac940cd29
|
| 3 |
+
size 3501879
|
README.md
CHANGED
|
@@ -816,6 +816,26 @@ dataset_info:
|
|
| 816 |
num_examples: 167
|
| 817 |
download_size: 3669638
|
| 818 |
dataset_size: 12179130
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 819 |
configs:
|
| 820 |
- config_name: 2017-01
|
| 821 |
data_files:
|
|
@@ -1009,4 +1029,8 @@ configs:
|
|
| 1009 |
data_files:
|
| 1010 |
- split: train
|
| 1011 |
path: 2020-12/train-*
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1012 |
---
|
|
|
|
| 816 |
num_examples: 167
|
| 817 |
download_size: 3669638
|
| 818 |
dataset_size: 12179130
|
| 819 |
+
- config_name: 2021-01
|
| 820 |
+
features:
|
| 821 |
+
- name: file_path
|
| 822 |
+
dtype: string
|
| 823 |
+
- name: num_changed_lines
|
| 824 |
+
dtype: int64
|
| 825 |
+
- name: code
|
| 826 |
+
dtype: string
|
| 827 |
+
- name: repo_name
|
| 828 |
+
dtype: string
|
| 829 |
+
- name: commit_date
|
| 830 |
+
dtype: string
|
| 831 |
+
- name: sha
|
| 832 |
+
dtype: string
|
| 833 |
+
splits:
|
| 834 |
+
- name: train
|
| 835 |
+
num_bytes: 11710323
|
| 836 |
+
num_examples: 158
|
| 837 |
+
download_size: 3501879
|
| 838 |
+
dataset_size: 11710323
|
| 839 |
configs:
|
| 840 |
- config_name: 2017-01
|
| 841 |
data_files:
|
|
|
|
| 1029 |
data_files:
|
| 1030 |
- split: train
|
| 1031 |
path: 2020-12/train-*
|
| 1032 |
+
- config_name: 2021-01
|
| 1033 |
+
data_files:
|
| 1034 |
+
- split: train
|
| 1035 |
+
path: 2021-01/train-*
|
| 1036 |
---
|