Upload dataset
Browse files- 2018-12/train-00000-of-00001.parquet +3 -0
- README.md +24 -0
2018-12/train-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f745defcb02f495e4205ae0f92ed635505ddda37d0b0e90cd1febbfe21560e1f
|
| 3 |
+
size 5408382
|
README.md
CHANGED
|
@@ -316,6 +316,26 @@ dataset_info:
|
|
| 316 |
num_examples: 47
|
| 317 |
download_size: 965440
|
| 318 |
dataset_size: 3013238
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 319 |
configs:
|
| 320 |
- config_name: 2017-01
|
| 321 |
data_files:
|
|
@@ -409,4 +429,8 @@ configs:
|
|
| 409 |
data_files:
|
| 410 |
- split: train
|
| 411 |
path: 2018-11/train-*
|
|
|
|
|
|
|
|
|
|
|
|
|
| 412 |
---
|
|
|
|
| 316 |
num_examples: 47
|
| 317 |
download_size: 965440
|
| 318 |
dataset_size: 3013238
|
| 319 |
+
- config_name: 2018-12
|
| 320 |
+
features:
|
| 321 |
+
- name: file_path
|
| 322 |
+
dtype: string
|
| 323 |
+
- name: num_changed_lines
|
| 324 |
+
dtype: int64
|
| 325 |
+
- name: code
|
| 326 |
+
dtype: string
|
| 327 |
+
- name: repo_name
|
| 328 |
+
dtype: string
|
| 329 |
+
- name: commit_date
|
| 330 |
+
dtype: string
|
| 331 |
+
- name: sha
|
| 332 |
+
dtype: string
|
| 333 |
+
splits:
|
| 334 |
+
- name: train
|
| 335 |
+
num_bytes: 32423267
|
| 336 |
+
num_examples: 118
|
| 337 |
+
download_size: 5408382
|
| 338 |
+
dataset_size: 32423267
|
| 339 |
configs:
|
| 340 |
- config_name: 2017-01
|
| 341 |
data_files:
|
|
|
|
| 429 |
data_files:
|
| 430 |
- split: train
|
| 431 |
path: 2018-11/train-*
|
| 432 |
+
- config_name: 2018-12
|
| 433 |
+
data_files:
|
| 434 |
+
- split: train
|
| 435 |
+
path: 2018-12/train-*
|
| 436 |
---
|