Upload dataset
Browse files- 2018-07/train-00000-of-00001.parquet +3 -0
- README.md +24 -0
2018-07/train-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ceab1c285dff3535656007b82e87ad94c8d023817708aca546c03b0475126639
|
| 3 |
+
size 2788220
|
README.md
CHANGED
|
@@ -240,6 +240,26 @@ dataset_info:
|
|
| 240 |
num_examples: 0
|
| 241 |
download_size: 324
|
| 242 |
dataset_size: 0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 243 |
configs:
|
| 244 |
- config_name: 2017-01
|
| 245 |
data_files:
|
|
@@ -313,4 +333,8 @@ configs:
|
|
| 313 |
data_files:
|
| 314 |
- split: train
|
| 315 |
path: 2018-06/train-*
|
|
|
|
|
|
|
|
|
|
|
|
|
| 316 |
---
|
|
|
|
| 240 |
num_examples: 0
|
| 241 |
download_size: 324
|
| 242 |
dataset_size: 0
|
| 243 |
+
- config_name: 2018-07
|
| 244 |
+
features:
|
| 245 |
+
- name: file_path
|
| 246 |
+
dtype: string
|
| 247 |
+
- name: num_changed_lines
|
| 248 |
+
dtype: int64
|
| 249 |
+
- name: code
|
| 250 |
+
dtype: string
|
| 251 |
+
- name: repo_name
|
| 252 |
+
dtype: string
|
| 253 |
+
- name: commit_date
|
| 254 |
+
dtype: string
|
| 255 |
+
- name: sha
|
| 256 |
+
dtype: string
|
| 257 |
+
splits:
|
| 258 |
+
- name: train
|
| 259 |
+
num_bytes: 9190167
|
| 260 |
+
num_examples: 130
|
| 261 |
+
download_size: 2788220
|
| 262 |
+
dataset_size: 9190167
|
| 263 |
configs:
|
| 264 |
- config_name: 2017-01
|
| 265 |
data_files:
|
|
|
|
| 333 |
data_files:
|
| 334 |
- split: train
|
| 335 |
path: 2018-06/train-*
|
| 336 |
+
- config_name: 2018-07
|
| 337 |
+
data_files:
|
| 338 |
+
- split: train
|
| 339 |
+
path: 2018-07/train-*
|
| 340 |
---
|