Upload dataset
Browse files- 2022-12/train-00000-of-00001.parquet +3 -0
- README.md +24 -0
2022-12/train-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:28f86d96e80bb7a968fa56bc56d77c3aad21eebede3eebb7c2010b17517432b8
|
| 3 |
+
size 3277452
|
README.md
CHANGED
|
@@ -1276,6 +1276,26 @@ dataset_info:
|
|
| 1276 |
num_examples: 178
|
| 1277 |
download_size: 3487112
|
| 1278 |
dataset_size: 12656424
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1279 |
configs:
|
| 1280 |
- config_name: 2017-01
|
| 1281 |
data_files:
|
|
@@ -1561,4 +1581,8 @@ configs:
|
|
| 1561 |
data_files:
|
| 1562 |
- split: train
|
| 1563 |
path: 2022-11/train-*
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1564 |
---
|
|
|
|
| 1276 |
num_examples: 178
|
| 1277 |
download_size: 3487112
|
| 1278 |
dataset_size: 12656424
|
| 1279 |
+
- config_name: 2022-12
|
| 1280 |
+
features:
|
| 1281 |
+
- name: file_path
|
| 1282 |
+
dtype: string
|
| 1283 |
+
- name: num_changed_lines
|
| 1284 |
+
dtype: int64
|
| 1285 |
+
- name: code
|
| 1286 |
+
dtype: string
|
| 1287 |
+
- name: repo_name
|
| 1288 |
+
dtype: string
|
| 1289 |
+
- name: commit_date
|
| 1290 |
+
dtype: string
|
| 1291 |
+
- name: sha
|
| 1292 |
+
dtype: string
|
| 1293 |
+
splits:
|
| 1294 |
+
- name: train
|
| 1295 |
+
num_bytes: 11298416
|
| 1296 |
+
num_examples: 152
|
| 1297 |
+
download_size: 3277452
|
| 1298 |
+
dataset_size: 11298416
|
| 1299 |
configs:
|
| 1300 |
- config_name: 2017-01
|
| 1301 |
data_files:
|
|
|
|
| 1581 |
data_files:
|
| 1582 |
- split: train
|
| 1583 |
path: 2022-11/train-*
|
| 1584 |
+
- config_name: 2022-12
|
| 1585 |
+
data_files:
|
| 1586 |
+
- split: train
|
| 1587 |
+
path: 2022-12/train-*
|
| 1588 |
---
|