Upload dataset
Browse files- 2019-04/train-00000-of-00001.parquet +3 -0
- README.md +24 -0
2019-04/train-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e7898a5609aca2d116b8dbf3bb19e70f24e8edb4d4bf4a8e3a71651265d8658b
|
| 3 |
+
size 2493496
|
README.md
CHANGED
|
@@ -396,6 +396,26 @@ dataset_info:
|
|
| 396 |
num_examples: 122
|
| 397 |
download_size: 2359824
|
| 398 |
dataset_size: 7437220
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 399 |
configs:
|
| 400 |
- config_name: 2017-01
|
| 401 |
data_files:
|
|
@@ -505,4 +525,8 @@ configs:
|
|
| 505 |
data_files:
|
| 506 |
- split: train
|
| 507 |
path: 2019-03/train-*
|
|
|
|
|
|
|
|
|
|
|
|
|
| 508 |
---
|
|
|
|
| 396 |
num_examples: 122
|
| 397 |
download_size: 2359824
|
| 398 |
dataset_size: 7437220
|
| 399 |
+
- config_name: 2019-04
|
| 400 |
+
features:
|
| 401 |
+
- name: file_path
|
| 402 |
+
dtype: string
|
| 403 |
+
- name: num_changed_lines
|
| 404 |
+
dtype: int64
|
| 405 |
+
- name: code
|
| 406 |
+
dtype: string
|
| 407 |
+
- name: repo_name
|
| 408 |
+
dtype: string
|
| 409 |
+
- name: commit_date
|
| 410 |
+
dtype: string
|
| 411 |
+
- name: sha
|
| 412 |
+
dtype: string
|
| 413 |
+
splits:
|
| 414 |
+
- name: train
|
| 415 |
+
num_bytes: 7912754
|
| 416 |
+
num_examples: 122
|
| 417 |
+
download_size: 2493496
|
| 418 |
+
dataset_size: 7912754
|
| 419 |
configs:
|
| 420 |
- config_name: 2017-01
|
| 421 |
data_files:
|
|
|
|
| 525 |
data_files:
|
| 526 |
- split: train
|
| 527 |
path: 2019-03/train-*
|
| 528 |
+
- config_name: 2019-04
|
| 529 |
+
data_files:
|
| 530 |
+
- split: train
|
| 531 |
+
path: 2019-04/train-*
|
| 532 |
---
|