Upload dataset
Browse files- 2019-10/train-00000-of-00001.parquet +3 -0
- README.md +24 -0
2019-10/train-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d7e7cb7b5bc6be1710462f68c721c9454b3a37cbb4aa390655f279a6299a24d4
|
| 3 |
+
size 2373748
|
README.md
CHANGED
|
@@ -516,6 +516,26 @@ dataset_info:
|
|
| 516 |
num_examples: 139
|
| 517 |
download_size: 2892585
|
| 518 |
dataset_size: 9465093
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 519 |
configs:
|
| 520 |
- config_name: 2017-01
|
| 521 |
data_files:
|
|
@@ -649,4 +669,8 @@ configs:
|
|
| 649 |
data_files:
|
| 650 |
- split: train
|
| 651 |
path: 2019-09/train-*
|
|
|
|
|
|
|
|
|
|
|
|
|
| 652 |
---
|
|
|
|
| 516 |
num_examples: 139
|
| 517 |
download_size: 2892585
|
| 518 |
dataset_size: 9465093
|
| 519 |
+
- config_name: 2019-10
|
| 520 |
+
features:
|
| 521 |
+
- name: file_path
|
| 522 |
+
dtype: string
|
| 523 |
+
- name: num_changed_lines
|
| 524 |
+
dtype: int64
|
| 525 |
+
- name: code
|
| 526 |
+
dtype: string
|
| 527 |
+
- name: repo_name
|
| 528 |
+
dtype: string
|
| 529 |
+
- name: commit_date
|
| 530 |
+
dtype: string
|
| 531 |
+
- name: sha
|
| 532 |
+
dtype: string
|
| 533 |
+
splits:
|
| 534 |
+
- name: train
|
| 535 |
+
num_bytes: 7696530
|
| 536 |
+
num_examples: 118
|
| 537 |
+
download_size: 2373748
|
| 538 |
+
dataset_size: 7696530
|
| 539 |
configs:
|
| 540 |
- config_name: 2017-01
|
| 541 |
data_files:
|
|
|
|
| 669 |
data_files:
|
| 670 |
- split: train
|
| 671 |
path: 2019-09/train-*
|
| 672 |
+
- config_name: 2019-10
|
| 673 |
+
data_files:
|
| 674 |
+
- split: train
|
| 675 |
+
path: 2019-10/train-*
|
| 676 |
---
|