Upload dataset
Browse files- 2022-10/train-00000-of-00001.parquet +3 -0
- README.md +24 -0
2022-10/train-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7337240862390eedacd31c2c39b9790dd15ae91f60dcbe51d8da2d42a2017e69
|
| 3 |
+
size 8269106
|
README.md
CHANGED
|
@@ -1236,6 +1236,26 @@ dataset_info:
|
|
| 1236 |
num_examples: 187
|
| 1237 |
download_size: 4483224
|
| 1238 |
dataset_size: 16148960
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1239 |
configs:
|
| 1240 |
- config_name: 2017-01
|
| 1241 |
data_files:
|
|
@@ -1513,4 +1533,8 @@ configs:
|
|
| 1513 |
data_files:
|
| 1514 |
- split: train
|
| 1515 |
path: 2022-09/train-*
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1516 |
---
|
|
|
|
| 1236 |
num_examples: 187
|
| 1237 |
download_size: 4483224
|
| 1238 |
dataset_size: 16148960
|
| 1239 |
+
- config_name: 2022-10
|
| 1240 |
+
features:
|
| 1241 |
+
- name: file_path
|
| 1242 |
+
dtype: string
|
| 1243 |
+
- name: num_changed_lines
|
| 1244 |
+
dtype: int64
|
| 1245 |
+
- name: code
|
| 1246 |
+
dtype: string
|
| 1247 |
+
- name: repo_name
|
| 1248 |
+
dtype: string
|
| 1249 |
+
- name: commit_date
|
| 1250 |
+
dtype: string
|
| 1251 |
+
- name: sha
|
| 1252 |
+
dtype: string
|
| 1253 |
+
splits:
|
| 1254 |
+
- name: train
|
| 1255 |
+
num_bytes: 42413277
|
| 1256 |
+
num_examples: 227
|
| 1257 |
+
download_size: 8269106
|
| 1258 |
+
dataset_size: 42413277
|
| 1259 |
configs:
|
| 1260 |
- config_name: 2017-01
|
| 1261 |
data_files:
|
|
|
|
| 1533 |
data_files:
|
| 1534 |
- split: train
|
| 1535 |
path: 2022-09/train-*
|
| 1536 |
+
- config_name: 2022-10
|
| 1537 |
+
data_files:
|
| 1538 |
+
- split: train
|
| 1539 |
+
path: 2022-10/train-*
|
| 1540 |
---
|