Upload dataset
Browse files- README.md +74 -0
- shell/train-00000-of-00001.parquet +3 -0
README.md
CHANGED
|
@@ -1330,6 +1330,76 @@ dataset_info:
|
|
| 1330 |
num_examples: 1976732
|
| 1331 |
download_size: 1890473646
|
| 1332 |
dataset_size: 4381363366
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1333 |
- config_name: sql
|
| 1334 |
features:
|
| 1335 |
- name: hexsha
|
|
@@ -1547,6 +1617,10 @@ configs:
|
|
| 1547 |
data_files:
|
| 1548 |
- split: train
|
| 1549 |
path: scss/train-*
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1550 |
- config_name: sql
|
| 1551 |
data_files:
|
| 1552 |
- split: train
|
|
|
|
| 1330 |
num_examples: 1976732
|
| 1331 |
download_size: 1890473646
|
| 1332 |
dataset_size: 4381363366
|
| 1333 |
+
- config_name: shell
|
| 1334 |
+
features:
|
| 1335 |
+
- name: hexsha
|
| 1336 |
+
dtype: string
|
| 1337 |
+
- name: size
|
| 1338 |
+
dtype: int64
|
| 1339 |
+
- name: ext
|
| 1340 |
+
dtype: string
|
| 1341 |
+
- name: lang
|
| 1342 |
+
dtype: string
|
| 1343 |
+
- name: max_stars_repo_path
|
| 1344 |
+
dtype: string
|
| 1345 |
+
- name: max_stars_repo_name
|
| 1346 |
+
dtype: string
|
| 1347 |
+
- name: max_stars_repo_head_hexsha
|
| 1348 |
+
dtype: string
|
| 1349 |
+
- name: max_stars_repo_licenses
|
| 1350 |
+
sequence: string
|
| 1351 |
+
- name: max_stars_count
|
| 1352 |
+
dtype: int64
|
| 1353 |
+
- name: max_stars_repo_stars_event_min_datetime
|
| 1354 |
+
dtype: string
|
| 1355 |
+
- name: max_stars_repo_stars_event_max_datetime
|
| 1356 |
+
dtype: string
|
| 1357 |
+
- name: max_issues_repo_path
|
| 1358 |
+
dtype: string
|
| 1359 |
+
- name: max_issues_repo_name
|
| 1360 |
+
dtype: string
|
| 1361 |
+
- name: max_issues_repo_head_hexsha
|
| 1362 |
+
dtype: string
|
| 1363 |
+
- name: max_issues_repo_licenses
|
| 1364 |
+
sequence: string
|
| 1365 |
+
- name: max_issues_count
|
| 1366 |
+
dtype: int64
|
| 1367 |
+
- name: max_issues_repo_issues_event_min_datetime
|
| 1368 |
+
dtype: string
|
| 1369 |
+
- name: max_issues_repo_issues_event_max_datetime
|
| 1370 |
+
dtype: string
|
| 1371 |
+
- name: max_forks_repo_path
|
| 1372 |
+
dtype: string
|
| 1373 |
+
- name: max_forks_repo_name
|
| 1374 |
+
dtype: string
|
| 1375 |
+
- name: max_forks_repo_head_hexsha
|
| 1376 |
+
dtype: string
|
| 1377 |
+
- name: max_forks_repo_licenses
|
| 1378 |
+
sequence: string
|
| 1379 |
+
- name: max_forks_count
|
| 1380 |
+
dtype: int64
|
| 1381 |
+
- name: max_forks_repo_forks_event_min_datetime
|
| 1382 |
+
dtype: string
|
| 1383 |
+
- name: max_forks_repo_forks_event_max_datetime
|
| 1384 |
+
dtype: string
|
| 1385 |
+
- name: content
|
| 1386 |
+
dtype: string
|
| 1387 |
+
- name: avg_line_length
|
| 1388 |
+
dtype: float64
|
| 1389 |
+
- name: max_line_length
|
| 1390 |
+
dtype: int64
|
| 1391 |
+
- name: alphanum_fraction
|
| 1392 |
+
dtype: float64
|
| 1393 |
+
- name: retain
|
| 1394 |
+
dtype: bool
|
| 1395 |
+
- name: num_tokens
|
| 1396 |
+
dtype: int64
|
| 1397 |
+
splits:
|
| 1398 |
+
- name: train
|
| 1399 |
+
num_bytes: 3594070843
|
| 1400 |
+
num_examples: 2059118
|
| 1401 |
+
download_size: 1910975123
|
| 1402 |
+
dataset_size: 3594070843
|
| 1403 |
- config_name: sql
|
| 1404 |
features:
|
| 1405 |
- name: hexsha
|
|
|
|
| 1617 |
data_files:
|
| 1618 |
- split: train
|
| 1619 |
path: scss/train-*
|
| 1620 |
+
- config_name: shell
|
| 1621 |
+
data_files:
|
| 1622 |
+
- split: train
|
| 1623 |
+
path: shell/train-*
|
| 1624 |
- config_name: sql
|
| 1625 |
data_files:
|
| 1626 |
- split: train
|
shell/train-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b161490c8982d69b252158d8e2c3616386e7593ff3a3d2f17ba033f3d5db032e
|
| 3 |
+
size 1910975123
|