Upload folder using huggingface_hub
Browse files- data/Perl/data-00000-of-00001.arrow +3 -0
- data/Perl/dataset_info.json +57 -0
- data/Perl/state.json +13 -0
data/Perl/data-00000-of-00001.arrow
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0097e835cd4f5b1514eef1ef7188d1ff2f6aaf8008f4084025a9abce31958ad7
|
| 3 |
+
size 40960
|
data/Perl/dataset_info.json
ADDED
|
@@ -0,0 +1,57 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"builder_name": "parquet",
|
| 3 |
+
"citation": "",
|
| 4 |
+
"config_name": "default",
|
| 5 |
+
"dataset_size": 10443166,
|
| 6 |
+
"description": "",
|
| 7 |
+
"download_checksums": {
|
| 8 |
+
"/home2/datasets/xlang_pretraining_data/preprocessed_new_data/Perl/train-00000-of-00001.parquet": {
|
| 9 |
+
"num_bytes": 3802081,
|
| 10 |
+
"checksum": null
|
| 11 |
+
}
|
| 12 |
+
},
|
| 13 |
+
"download_size": 3802081,
|
| 14 |
+
"features": {
|
| 15 |
+
"ext": {
|
| 16 |
+
"dtype": "string",
|
| 17 |
+
"_type": "Value"
|
| 18 |
+
},
|
| 19 |
+
"lang": {
|
| 20 |
+
"dtype": "string",
|
| 21 |
+
"_type": "Value"
|
| 22 |
+
},
|
| 23 |
+
"max_stars_repo_path": {
|
| 24 |
+
"dtype": "string",
|
| 25 |
+
"_type": "Value"
|
| 26 |
+
},
|
| 27 |
+
"max_stars_repo_name": {
|
| 28 |
+
"dtype": "string",
|
| 29 |
+
"_type": "Value"
|
| 30 |
+
},
|
| 31 |
+
"max_stars_count": {
|
| 32 |
+
"dtype": "int64",
|
| 33 |
+
"_type": "Value"
|
| 34 |
+
},
|
| 35 |
+
"content": {
|
| 36 |
+
"dtype": "string",
|
| 37 |
+
"_type": "Value"
|
| 38 |
+
}
|
| 39 |
+
},
|
| 40 |
+
"homepage": "",
|
| 41 |
+
"license": "",
|
| 42 |
+
"size_in_bytes": 14245247,
|
| 43 |
+
"splits": {
|
| 44 |
+
"train": {
|
| 45 |
+
"name": "train",
|
| 46 |
+
"num_bytes": 10443166,
|
| 47 |
+
"num_examples": 1738,
|
| 48 |
+
"dataset_name": "parquet"
|
| 49 |
+
}
|
| 50 |
+
},
|
| 51 |
+
"version": {
|
| 52 |
+
"version_str": "0.0.0",
|
| 53 |
+
"major": 0,
|
| 54 |
+
"minor": 0,
|
| 55 |
+
"patch": 0
|
| 56 |
+
}
|
| 57 |
+
}
|
data/Perl/state.json
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_data_files": [
|
| 3 |
+
{
|
| 4 |
+
"filename": "data-00000-of-00001.arrow"
|
| 5 |
+
}
|
| 6 |
+
],
|
| 7 |
+
"_fingerprint": "ab51c3e5fed1d82e",
|
| 8 |
+
"_format_columns": null,
|
| 9 |
+
"_format_kwargs": {},
|
| 10 |
+
"_format_type": null,
|
| 11 |
+
"_output_all_columns": false,
|
| 12 |
+
"_split": "train"
|
| 13 |
+
}
|