Upload dataset
Browse files- 2019-12/train-00000-of-00001.parquet +3 -0
- README.md +24 -0
2019-12/train-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:745e24e6e033dcf015ba04ae5ec153b212c1e46edba787801ca5d8478ef84eb2
|
| 3 |
+
size 6621879
|
README.md
CHANGED
|
@@ -556,6 +556,26 @@ dataset_info:
|
|
| 556 |
num_examples: 113
|
| 557 |
download_size: 2662214
|
| 558 |
dataset_size: 8706381
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 559 |
configs:
|
| 560 |
- config_name: 2017-01
|
| 561 |
data_files:
|
|
@@ -697,4 +717,8 @@ configs:
|
|
| 697 |
data_files:
|
| 698 |
- split: train
|
| 699 |
path: 2019-11/train-*
|
|
|
|
|
|
|
|
|
|
|
|
|
| 700 |
---
|
|
|
|
| 556 |
num_examples: 113
|
| 557 |
download_size: 2662214
|
| 558 |
dataset_size: 8706381
|
| 559 |
+
- config_name: 2019-12
|
| 560 |
+
features:
|
| 561 |
+
- name: file_path
|
| 562 |
+
dtype: string
|
| 563 |
+
- name: num_changed_lines
|
| 564 |
+
dtype: int64
|
| 565 |
+
- name: code
|
| 566 |
+
dtype: string
|
| 567 |
+
- name: repo_name
|
| 568 |
+
dtype: string
|
| 569 |
+
- name: commit_date
|
| 570 |
+
dtype: string
|
| 571 |
+
- name: sha
|
| 572 |
+
dtype: string
|
| 573 |
+
splits:
|
| 574 |
+
- name: train
|
| 575 |
+
num_bytes: 37867578
|
| 576 |
+
num_examples: 130
|
| 577 |
+
download_size: 6621879
|
| 578 |
+
dataset_size: 37867578
|
| 579 |
configs:
|
| 580 |
- config_name: 2017-01
|
| 581 |
data_files:
|
|
|
|
| 717 |
data_files:
|
| 718 |
- split: train
|
| 719 |
path: 2019-11/train-*
|
| 720 |
+
- config_name: 2019-12
|
| 721 |
+
data_files:
|
| 722 |
+
- split: train
|
| 723 |
+
path: 2019-12/train-*
|
| 724 |
---
|