Upload dataset
Browse files- 2019-02/train-00000-of-00001.parquet +3 -0
- README.md +24 -0
2019-02/train-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:272fb15effcc9b2451f124cd13d0b7978ed90000fe6609fbded8a5bf7b97711f
|
| 3 |
+
size 2991992
|
README.md
CHANGED
|
@@ -356,6 +356,26 @@ dataset_info:
|
|
| 356 |
num_examples: 112
|
| 357 |
download_size: 5662182
|
| 358 |
dataset_size: 33114888
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 359 |
configs:
|
| 360 |
- config_name: 2017-01
|
| 361 |
data_files:
|
|
@@ -457,4 +477,8 @@ configs:
|
|
| 457 |
data_files:
|
| 458 |
- split: train
|
| 459 |
path: 2019-01/train-*
|
|
|
|
|
|
|
|
|
|
|
|
|
| 460 |
---
|
|
|
|
| 356 |
num_examples: 112
|
| 357 |
download_size: 5662182
|
| 358 |
dataset_size: 33114888
|
| 359 |
+
- config_name: 2019-02
|
| 360 |
+
features:
|
| 361 |
+
- name: file_path
|
| 362 |
+
dtype: string
|
| 363 |
+
- name: num_changed_lines
|
| 364 |
+
dtype: int64
|
| 365 |
+
- name: code
|
| 366 |
+
dtype: string
|
| 367 |
+
- name: repo_name
|
| 368 |
+
dtype: string
|
| 369 |
+
- name: commit_date
|
| 370 |
+
dtype: string
|
| 371 |
+
- name: sha
|
| 372 |
+
dtype: string
|
| 373 |
+
splits:
|
| 374 |
+
- name: train
|
| 375 |
+
num_bytes: 9587901
|
| 376 |
+
num_examples: 138
|
| 377 |
+
download_size: 2991992
|
| 378 |
+
dataset_size: 9587901
|
| 379 |
configs:
|
| 380 |
- config_name: 2017-01
|
| 381 |
data_files:
|
|
|
|
| 477 |
data_files:
|
| 478 |
- split: train
|
| 479 |
path: 2019-01/train-*
|
| 480 |
+
- config_name: 2019-02
|
| 481 |
+
data_files:
|
| 482 |
+
- split: train
|
| 483 |
+
path: 2019-02/train-*
|
| 484 |
---
|