Upload dataset
Browse files- 2021-04/train-00000-of-00001.parquet +3 -0
- README.md +24 -0
2021-04/train-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:26a772409ca9f5981def6d6cb7d29efa90fc4b96a5ad8745b51f6aa3903938ed
|
| 3 |
+
size 3541420
|
README.md
CHANGED
|
@@ -876,6 +876,26 @@ dataset_info:
|
|
| 876 |
num_examples: 156
|
| 877 |
download_size: 2879729
|
| 878 |
dataset_size: 9760577
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 879 |
configs:
|
| 880 |
- config_name: 2017-01
|
| 881 |
data_files:
|
|
@@ -1081,4 +1101,8 @@ configs:
|
|
| 1081 |
data_files:
|
| 1082 |
- split: train
|
| 1083 |
path: 2021-03/train-*
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1084 |
---
|
|
|
|
| 876 |
num_examples: 156
|
| 877 |
download_size: 2879729
|
| 878 |
dataset_size: 9760577
|
| 879 |
+
- config_name: 2021-04
|
| 880 |
+
features:
|
| 881 |
+
- name: file_path
|
| 882 |
+
dtype: string
|
| 883 |
+
- name: num_changed_lines
|
| 884 |
+
dtype: int64
|
| 885 |
+
- name: code
|
| 886 |
+
dtype: string
|
| 887 |
+
- name: repo_name
|
| 888 |
+
dtype: string
|
| 889 |
+
- name: commit_date
|
| 890 |
+
dtype: string
|
| 891 |
+
- name: sha
|
| 892 |
+
dtype: string
|
| 893 |
+
splits:
|
| 894 |
+
- name: train
|
| 895 |
+
num_bytes: 12005451
|
| 896 |
+
num_examples: 167
|
| 897 |
+
download_size: 3541420
|
| 898 |
+
dataset_size: 12005451
|
| 899 |
configs:
|
| 900 |
- config_name: 2017-01
|
| 901 |
data_files:
|
|
|
|
| 1101 |
data_files:
|
| 1102 |
- split: train
|
| 1103 |
path: 2021-03/train-*
|
| 1104 |
+
- config_name: 2021-04
|
| 1105 |
+
data_files:
|
| 1106 |
+
- split: train
|
| 1107 |
+
path: 2021-04/train-*
|
| 1108 |
---
|