Upload dataset
Browse files- 2018-09/train-00000-of-00001.parquet +3 -0
- README.md +24 -0
2018-09/train-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:184bb2eb7806e13f5d6db6c230273d93246bfb07e008f950e3f86f11f4da91cb
|
| 3 |
+
size 1431004
|
README.md
CHANGED
|
@@ -268,6 +268,26 @@ dataset_info:
|
|
| 268 |
num_examples: 0
|
| 269 |
download_size: 324
|
| 270 |
dataset_size: 0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 271 |
configs:
|
| 272 |
- config_name: 2017-01
|
| 273 |
data_files:
|
|
@@ -349,4 +369,8 @@ configs:
|
|
| 349 |
data_files:
|
| 350 |
- split: train
|
| 351 |
path: 2018-08/train-*
|
|
|
|
|
|
|
|
|
|
|
|
|
| 352 |
---
|
|
|
|
| 268 |
num_examples: 0
|
| 269 |
download_size: 324
|
| 270 |
dataset_size: 0
|
| 271 |
+
- config_name: 2018-09
|
| 272 |
+
features:
|
| 273 |
+
- name: file_path
|
| 274 |
+
dtype: string
|
| 275 |
+
- name: num_changed_lines
|
| 276 |
+
dtype: int64
|
| 277 |
+
- name: code
|
| 278 |
+
dtype: string
|
| 279 |
+
- name: repo_name
|
| 280 |
+
dtype: string
|
| 281 |
+
- name: commit_date
|
| 282 |
+
dtype: string
|
| 283 |
+
- name: sha
|
| 284 |
+
dtype: string
|
| 285 |
+
splits:
|
| 286 |
+
- name: train
|
| 287 |
+
num_bytes: 4812405
|
| 288 |
+
num_examples: 76
|
| 289 |
+
download_size: 1431004
|
| 290 |
+
dataset_size: 4812405
|
| 291 |
configs:
|
| 292 |
- config_name: 2017-01
|
| 293 |
data_files:
|
|
|
|
| 369 |
data_files:
|
| 370 |
- split: train
|
| 371 |
path: 2018-08/train-*
|
| 372 |
+
- config_name: 2018-09
|
| 373 |
+
data_files:
|
| 374 |
+
- split: train
|
| 375 |
+
path: 2018-09/train-*
|
| 376 |
---
|