Upload dataset
Browse files- 2019-05/train-00000-of-00001.parquet +3 -0
- README.md +24 -0
2019-05/train-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e9ead0d8287cdbad42abe542c706e2bd3e4aca3fbb23ec5a5598e9fe4a256646
|
| 3 |
+
size 3468608
|
README.md
CHANGED
|
@@ -416,6 +416,26 @@ dataset_info:
|
|
| 416 |
num_examples: 122
|
| 417 |
download_size: 2493496
|
| 418 |
dataset_size: 7912754
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 419 |
configs:
|
| 420 |
- config_name: 2017-01
|
| 421 |
data_files:
|
|
@@ -529,4 +549,8 @@ configs:
|
|
| 529 |
data_files:
|
| 530 |
- split: train
|
| 531 |
path: 2019-04/train-*
|
|
|
|
|
|
|
|
|
|
|
|
|
| 532 |
---
|
|
|
|
| 416 |
num_examples: 122
|
| 417 |
download_size: 2493496
|
| 418 |
dataset_size: 7912754
|
| 419 |
+
- config_name: 2019-05
|
| 420 |
+
features:
|
| 421 |
+
- name: file_path
|
| 422 |
+
dtype: string
|
| 423 |
+
- name: num_changed_lines
|
| 424 |
+
dtype: int64
|
| 425 |
+
- name: code
|
| 426 |
+
dtype: string
|
| 427 |
+
- name: repo_name
|
| 428 |
+
dtype: string
|
| 429 |
+
- name: commit_date
|
| 430 |
+
dtype: string
|
| 431 |
+
- name: sha
|
| 432 |
+
dtype: string
|
| 433 |
+
splits:
|
| 434 |
+
- name: train
|
| 435 |
+
num_bytes: 10895348
|
| 436 |
+
num_examples: 145
|
| 437 |
+
download_size: 3468608
|
| 438 |
+
dataset_size: 10895348
|
| 439 |
configs:
|
| 440 |
- config_name: 2017-01
|
| 441 |
data_files:
|
|
|
|
| 549 |
data_files:
|
| 550 |
- split: train
|
| 551 |
path: 2019-04/train-*
|
| 552 |
+
- config_name: 2019-05
|
| 553 |
+
data_files:
|
| 554 |
+
- split: train
|
| 555 |
+
path: 2019-05/train-*
|
| 556 |
---
|