Upload dataset
Browse files- 2019-06/train-00000-of-00001.parquet +3 -0
- README.md +24 -0
2019-06/train-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a1d2a6c5de336357f7a459bc91acba07c7819eca007a53c8b0e9371f1f201a07
|
| 3 |
+
size 2803822
|
README.md
CHANGED
|
@@ -436,6 +436,26 @@ dataset_info:
|
|
| 436 |
num_examples: 145
|
| 437 |
download_size: 3468608
|
| 438 |
dataset_size: 10895348
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 439 |
configs:
|
| 440 |
- config_name: 2017-01
|
| 441 |
data_files:
|
|
@@ -553,4 +573,8 @@ configs:
|
|
| 553 |
data_files:
|
| 554 |
- split: train
|
| 555 |
path: 2019-05/train-*
|
|
|
|
|
|
|
|
|
|
|
|
|
| 556 |
---
|
|
|
|
| 436 |
num_examples: 145
|
| 437 |
download_size: 3468608
|
| 438 |
dataset_size: 10895348
|
| 439 |
+
- config_name: 2019-06
|
| 440 |
+
features:
|
| 441 |
+
- name: file_path
|
| 442 |
+
dtype: string
|
| 443 |
+
- name: num_changed_lines
|
| 444 |
+
dtype: int64
|
| 445 |
+
- name: code
|
| 446 |
+
dtype: string
|
| 447 |
+
- name: repo_name
|
| 448 |
+
dtype: string
|
| 449 |
+
- name: commit_date
|
| 450 |
+
dtype: string
|
| 451 |
+
- name: sha
|
| 452 |
+
dtype: string
|
| 453 |
+
splits:
|
| 454 |
+
- name: train
|
| 455 |
+
num_bytes: 9314693
|
| 456 |
+
num_examples: 129
|
| 457 |
+
download_size: 2803822
|
| 458 |
+
dataset_size: 9314693
|
| 459 |
configs:
|
| 460 |
- config_name: 2017-01
|
| 461 |
data_files:
|
|
|
|
| 573 |
data_files:
|
| 574 |
- split: train
|
| 575 |
path: 2019-05/train-*
|
| 576 |
+
- config_name: 2019-06
|
| 577 |
+
data_files:
|
| 578 |
+
- split: train
|
| 579 |
+
path: 2019-06/train-*
|
| 580 |
---
|