Upload dataset
Browse files- 2022-11/train-00000-of-00001.parquet +3 -0
- README.md +24 -0
2022-11/train-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:333a17eef14d8721be45f5b7954c022e988b070efecd6e08c530f74f7df4abc6
|
| 3 |
+
size 3487112
|
README.md
CHANGED
|
@@ -1256,6 +1256,26 @@ dataset_info:
|
|
| 1256 |
num_examples: 227
|
| 1257 |
download_size: 8269106
|
| 1258 |
dataset_size: 42413277
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1259 |
configs:
|
| 1260 |
- config_name: 2017-01
|
| 1261 |
data_files:
|
|
@@ -1537,4 +1557,8 @@ configs:
|
|
| 1537 |
data_files:
|
| 1538 |
- split: train
|
| 1539 |
path: 2022-10/train-*
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1540 |
---
|
|
|
|
| 1256 |
num_examples: 227
|
| 1257 |
download_size: 8269106
|
| 1258 |
dataset_size: 42413277
|
| 1259 |
+
- config_name: 2022-11
|
| 1260 |
+
features:
|
| 1261 |
+
- name: file_path
|
| 1262 |
+
dtype: string
|
| 1263 |
+
- name: num_changed_lines
|
| 1264 |
+
dtype: int64
|
| 1265 |
+
- name: code
|
| 1266 |
+
dtype: string
|
| 1267 |
+
- name: repo_name
|
| 1268 |
+
dtype: string
|
| 1269 |
+
- name: commit_date
|
| 1270 |
+
dtype: string
|
| 1271 |
+
- name: sha
|
| 1272 |
+
dtype: string
|
| 1273 |
+
splits:
|
| 1274 |
+
- name: train
|
| 1275 |
+
num_bytes: 12656424
|
| 1276 |
+
num_examples: 178
|
| 1277 |
+
download_size: 3487112
|
| 1278 |
+
dataset_size: 12656424
|
| 1279 |
configs:
|
| 1280 |
- config_name: 2017-01
|
| 1281 |
data_files:
|
|
|
|
| 1557 |
data_files:
|
| 1558 |
- split: train
|
| 1559 |
path: 2022-10/train-*
|
| 1560 |
+
- config_name: 2022-11
|
| 1561 |
+
data_files:
|
| 1562 |
+
- split: train
|
| 1563 |
+
path: 2022-11/train-*
|
| 1564 |
---
|