Upload dataset
Browse files- 2018-04/train-00000-of-00001.parquet +3 -0
- README.md +24 -0
2018-04/train-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7ec723769583b4949f9717240514789b7fd27d470324a0f0ebaf973c38deb4b1
|
| 3 |
+
size 534027
|
README.md
CHANGED
|
@@ -204,6 +204,26 @@ dataset_info:
|
|
| 204 |
num_examples: 0
|
| 205 |
download_size: 324
|
| 206 |
dataset_size: 0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 207 |
configs:
|
| 208 |
- config_name: 2017-01
|
| 209 |
data_files:
|
|
@@ -265,4 +285,8 @@ configs:
|
|
| 265 |
data_files:
|
| 266 |
- split: train
|
| 267 |
path: 2018-03/train-*
|
|
|
|
|
|
|
|
|
|
|
|
|
| 268 |
---
|
|
|
|
| 204 |
num_examples: 0
|
| 205 |
download_size: 324
|
| 206 |
dataset_size: 0
|
| 207 |
+
- config_name: 2018-04
|
| 208 |
+
features:
|
| 209 |
+
- name: file_path
|
| 210 |
+
dtype: string
|
| 211 |
+
- name: num_changed_lines
|
| 212 |
+
dtype: int64
|
| 213 |
+
- name: code
|
| 214 |
+
dtype: string
|
| 215 |
+
- name: repo_name
|
| 216 |
+
dtype: string
|
| 217 |
+
- name: commit_date
|
| 218 |
+
dtype: string
|
| 219 |
+
- name: sha
|
| 220 |
+
dtype: string
|
| 221 |
+
splits:
|
| 222 |
+
- name: train
|
| 223 |
+
num_bytes: 1792095
|
| 224 |
+
num_examples: 25
|
| 225 |
+
download_size: 534027
|
| 226 |
+
dataset_size: 1792095
|
| 227 |
configs:
|
| 228 |
- config_name: 2017-01
|
| 229 |
data_files:
|
|
|
|
| 285 |
data_files:
|
| 286 |
- split: train
|
| 287 |
path: 2018-03/train-*
|
| 288 |
+
- config_name: 2018-04
|
| 289 |
+
data_files:
|
| 290 |
+
- split: train
|
| 291 |
+
path: 2018-04/train-*
|
| 292 |
---
|