Upload dataset
Browse files- 2019-08/train-00000-of-00001.parquet +3 -0
- README.md +24 -0
2019-08/train-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f67f75a509aa09f0ba79027585c5e4d3fdffddf3a5eae3e715abce512cf506fb
|
| 3 |
+
size 2667117
|
README.md
CHANGED
|
@@ -476,6 +476,26 @@ dataset_info:
|
|
| 476 |
num_examples: 149
|
| 477 |
download_size: 2945419
|
| 478 |
dataset_size: 9217842
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 479 |
configs:
|
| 480 |
- config_name: 2017-01
|
| 481 |
data_files:
|
|
@@ -601,4 +621,8 @@ configs:
|
|
| 601 |
data_files:
|
| 602 |
- split: train
|
| 603 |
path: 2019-07/train-*
|
|
|
|
|
|
|
|
|
|
|
|
|
| 604 |
---
|
|
|
|
| 476 |
num_examples: 149
|
| 477 |
download_size: 2945419
|
| 478 |
dataset_size: 9217842
|
| 479 |
+
- config_name: 2019-08
|
| 480 |
+
features:
|
| 481 |
+
- name: file_path
|
| 482 |
+
dtype: string
|
| 483 |
+
- name: num_changed_lines
|
| 484 |
+
dtype: int64
|
| 485 |
+
- name: code
|
| 486 |
+
dtype: string
|
| 487 |
+
- name: repo_name
|
| 488 |
+
dtype: string
|
| 489 |
+
- name: commit_date
|
| 490 |
+
dtype: string
|
| 491 |
+
- name: sha
|
| 492 |
+
dtype: string
|
| 493 |
+
splits:
|
| 494 |
+
- name: train
|
| 495 |
+
num_bytes: 8560963
|
| 496 |
+
num_examples: 114
|
| 497 |
+
download_size: 2667117
|
| 498 |
+
dataset_size: 8560963
|
| 499 |
configs:
|
| 500 |
- config_name: 2017-01
|
| 501 |
data_files:
|
|
|
|
| 621 |
data_files:
|
| 622 |
- split: train
|
| 623 |
path: 2019-07/train-*
|
| 624 |
+
- config_name: 2019-08
|
| 625 |
+
data_files:
|
| 626 |
+
- split: train
|
| 627 |
+
path: 2019-08/train-*
|
| 628 |
---
|