Upload dataset
Browse files- 2017-12/train-00000-of-00001.parquet +3 -0
- README.md +24 -0
2017-12/train-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:744c630e5da85f5e1ce813ebe916be9884a4653dc9b9df1185e64216c3b27f2c
|
| 3 |
+
size 926179
|
README.md
CHANGED
|
@@ -148,6 +148,26 @@ dataset_info:
|
|
| 148 |
num_examples: 0
|
| 149 |
download_size: 324
|
| 150 |
dataset_size: 0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 151 |
configs:
|
| 152 |
- config_name: 2017-01
|
| 153 |
data_files:
|
|
@@ -193,4 +213,8 @@ configs:
|
|
| 193 |
data_files:
|
| 194 |
- split: train
|
| 195 |
path: 2017-11/train-*
|
|
|
|
|
|
|
|
|
|
|
|
|
| 196 |
---
|
|
|
|
| 148 |
num_examples: 0
|
| 149 |
download_size: 324
|
| 150 |
dataset_size: 0
|
| 151 |
+
- config_name: 2017-12
|
| 152 |
+
features:
|
| 153 |
+
- name: file_path
|
| 154 |
+
dtype: string
|
| 155 |
+
- name: num_changed_lines
|
| 156 |
+
dtype: int64
|
| 157 |
+
- name: code
|
| 158 |
+
dtype: string
|
| 159 |
+
- name: repo_name
|
| 160 |
+
dtype: string
|
| 161 |
+
- name: commit_date
|
| 162 |
+
dtype: string
|
| 163 |
+
- name: sha
|
| 164 |
+
dtype: string
|
| 165 |
+
splits:
|
| 166 |
+
- name: train
|
| 167 |
+
num_bytes: 3155821
|
| 168 |
+
num_examples: 49
|
| 169 |
+
download_size: 926179
|
| 170 |
+
dataset_size: 3155821
|
| 171 |
configs:
|
| 172 |
- config_name: 2017-01
|
| 173 |
data_files:
|
|
|
|
| 213 |
data_files:
|
| 214 |
- split: train
|
| 215 |
path: 2017-11/train-*
|
| 216 |
+
- config_name: 2017-12
|
| 217 |
+
data_files:
|
| 218 |
+
- split: train
|
| 219 |
+
path: 2017-12/train-*
|
| 220 |
---
|