Upload dataset
Browse files- 2019-07/train-00000-of-00001.parquet +3 -0
- README.md +24 -0
2019-07/train-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:23be12aac041f1e1e7575b0a4b56256e7089284736f10905553903a905ed50db
|
| 3 |
+
size 2945419
|
README.md
CHANGED
|
@@ -456,6 +456,26 @@ dataset_info:
|
|
| 456 |
num_examples: 129
|
| 457 |
download_size: 2803822
|
| 458 |
dataset_size: 9314693
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 459 |
configs:
|
| 460 |
- config_name: 2017-01
|
| 461 |
data_files:
|
|
@@ -577,4 +597,8 @@ configs:
|
|
| 577 |
data_files:
|
| 578 |
- split: train
|
| 579 |
path: 2019-06/train-*
|
|
|
|
|
|
|
|
|
|
|
|
|
| 580 |
---
|
|
|
|
| 456 |
num_examples: 129
|
| 457 |
download_size: 2803822
|
| 458 |
dataset_size: 9314693
|
| 459 |
+
- config_name: 2019-07
|
| 460 |
+
features:
|
| 461 |
+
- name: file_path
|
| 462 |
+
dtype: string
|
| 463 |
+
- name: num_changed_lines
|
| 464 |
+
dtype: int64
|
| 465 |
+
- name: code
|
| 466 |
+
dtype: string
|
| 467 |
+
- name: repo_name
|
| 468 |
+
dtype: string
|
| 469 |
+
- name: commit_date
|
| 470 |
+
dtype: string
|
| 471 |
+
- name: sha
|
| 472 |
+
dtype: string
|
| 473 |
+
splits:
|
| 474 |
+
- name: train
|
| 475 |
+
num_bytes: 9217842
|
| 476 |
+
num_examples: 149
|
| 477 |
+
download_size: 2945419
|
| 478 |
+
dataset_size: 9217842
|
| 479 |
configs:
|
| 480 |
- config_name: 2017-01
|
| 481 |
data_files:
|
|
|
|
| 597 |
data_files:
|
| 598 |
- split: train
|
| 599 |
path: 2019-06/train-*
|
| 600 |
+
- config_name: 2019-07
|
| 601 |
+
data_files:
|
| 602 |
+
- split: train
|
| 603 |
+
path: 2019-07/train-*
|
| 604 |
---
|