Upload dataset
Browse files- 2017-05/train-00000-of-00001.parquet +3 -0
- README.md +24 -0
2017-05/train-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:eaf46870456548cfaf30d1a91184e1bd0801709729fdb39ab79de72a3cb98d47
|
| 3 |
+
size 40327
|
README.md
CHANGED
|
@@ -56,6 +56,26 @@ dataset_info:
|
|
| 56 |
num_examples: 0
|
| 57 |
download_size: 324
|
| 58 |
dataset_size: 0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 59 |
configs:
|
| 60 |
- config_name: 2017-01
|
| 61 |
data_files:
|
|
@@ -73,4 +93,8 @@ configs:
|
|
| 73 |
data_files:
|
| 74 |
- split: train
|
| 75 |
path: 2017-04/train-*
|
|
|
|
|
|
|
|
|
|
|
|
|
| 76 |
---
|
|
|
|
| 56 |
num_examples: 0
|
| 57 |
download_size: 324
|
| 58 |
dataset_size: 0
|
| 59 |
+
- config_name: 2017-05
|
| 60 |
+
features:
|
| 61 |
+
- name: file_path
|
| 62 |
+
dtype: string
|
| 63 |
+
- name: num_changed_lines
|
| 64 |
+
dtype: int64
|
| 65 |
+
- name: code
|
| 66 |
+
dtype: string
|
| 67 |
+
- name: repo_name
|
| 68 |
+
dtype: string
|
| 69 |
+
- name: commit_date
|
| 70 |
+
dtype: string
|
| 71 |
+
- name: sha
|
| 72 |
+
dtype: string
|
| 73 |
+
splits:
|
| 74 |
+
- name: train
|
| 75 |
+
num_bytes: 122469
|
| 76 |
+
num_examples: 3
|
| 77 |
+
download_size: 40327
|
| 78 |
+
dataset_size: 122469
|
| 79 |
configs:
|
| 80 |
- config_name: 2017-01
|
| 81 |
data_files:
|
|
|
|
| 93 |
data_files:
|
| 94 |
- split: train
|
| 95 |
path: 2017-04/train-*
|
| 96 |
+
- config_name: 2017-05
|
| 97 |
+
data_files:
|
| 98 |
+
- split: train
|
| 99 |
+
path: 2017-05/train-*
|
| 100 |
---
|