Upload folder using huggingface_hub
Browse files- dataset_dict.json +1 -0
- test/data-00000-of-00001.arrow +3 -0
- test/dataset_info.json +86 -0
- test/state.json +13 -0
- train/data-00000-of-00001.arrow +3 -0
- train/dataset_info.json +86 -0
- train/state.json +13 -0
- unsupervised/data-00000-of-00001.arrow +3 -0
- unsupervised/dataset_info.json +86 -0
- unsupervised/state.json +13 -0
dataset_dict.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"splits": ["train", "test", "unsupervised"]}
|
test/data-00000-of-00001.arrow
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9322d967c815ce9cf71b8595e85ef74062946c9704f7ce430418efbe594225fd
|
| 3 |
+
size 109764928
|
test/dataset_info.json
ADDED
|
@@ -0,0 +1,86 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"builder_name": "parquet",
|
| 3 |
+
"citation": "",
|
| 4 |
+
"config_name": "plain_text",
|
| 5 |
+
"dataset_name": "imdb",
|
| 6 |
+
"dataset_size": 133202802,
|
| 7 |
+
"description": "",
|
| 8 |
+
"download_checksums": {
|
| 9 |
+
"hf://datasets/imdb@e6281661ce1c48d982bc483cf8a173c1bbeb5d31/plain_text/train-00000-of-00001.parquet": {
|
| 10 |
+
"num_bytes": 20979968,
|
| 11 |
+
"checksum": null
|
| 12 |
+
},
|
| 13 |
+
"hf://datasets/imdb@e6281661ce1c48d982bc483cf8a173c1bbeb5d31/plain_text/test-00000-of-00001.parquet": {
|
| 14 |
+
"num_bytes": 20470363,
|
| 15 |
+
"checksum": null
|
| 16 |
+
},
|
| 17 |
+
"hf://datasets/imdb@e6281661ce1c48d982bc483cf8a173c1bbeb5d31/plain_text/unsupervised-00000-of-00001.parquet": {
|
| 18 |
+
"num_bytes": 41996509,
|
| 19 |
+
"checksum": null
|
| 20 |
+
}
|
| 21 |
+
},
|
| 22 |
+
"download_size": 83446840,
|
| 23 |
+
"features": {
|
| 24 |
+
"text": {
|
| 25 |
+
"dtype": "string",
|
| 26 |
+
"_type": "Value"
|
| 27 |
+
},
|
| 28 |
+
"label": {
|
| 29 |
+
"names": [
|
| 30 |
+
"neg",
|
| 31 |
+
"pos"
|
| 32 |
+
],
|
| 33 |
+
"_type": "ClassLabel"
|
| 34 |
+
},
|
| 35 |
+
"input_ids": {
|
| 36 |
+
"feature": {
|
| 37 |
+
"dtype": "int32",
|
| 38 |
+
"_type": "Value"
|
| 39 |
+
},
|
| 40 |
+
"_type": "Sequence"
|
| 41 |
+
},
|
| 42 |
+
"token_type_ids": {
|
| 43 |
+
"feature": {
|
| 44 |
+
"dtype": "int8",
|
| 45 |
+
"_type": "Value"
|
| 46 |
+
},
|
| 47 |
+
"_type": "Sequence"
|
| 48 |
+
},
|
| 49 |
+
"attention_mask": {
|
| 50 |
+
"feature": {
|
| 51 |
+
"dtype": "int8",
|
| 52 |
+
"_type": "Value"
|
| 53 |
+
},
|
| 54 |
+
"_type": "Sequence"
|
| 55 |
+
}
|
| 56 |
+
},
|
| 57 |
+
"homepage": "",
|
| 58 |
+
"license": "",
|
| 59 |
+
"size_in_bytes": 216649642,
|
| 60 |
+
"splits": {
|
| 61 |
+
"train": {
|
| 62 |
+
"name": "train",
|
| 63 |
+
"num_bytes": 33435948,
|
| 64 |
+
"num_examples": 25000,
|
| 65 |
+
"dataset_name": "imdb"
|
| 66 |
+
},
|
| 67 |
+
"test": {
|
| 68 |
+
"name": "test",
|
| 69 |
+
"num_bytes": 32653810,
|
| 70 |
+
"num_examples": 25000,
|
| 71 |
+
"dataset_name": "imdb"
|
| 72 |
+
},
|
| 73 |
+
"unsupervised": {
|
| 74 |
+
"name": "unsupervised",
|
| 75 |
+
"num_bytes": 67113044,
|
| 76 |
+
"num_examples": 50000,
|
| 77 |
+
"dataset_name": "imdb"
|
| 78 |
+
}
|
| 79 |
+
},
|
| 80 |
+
"version": {
|
| 81 |
+
"version_str": "0.0.0",
|
| 82 |
+
"major": 0,
|
| 83 |
+
"minor": 0,
|
| 84 |
+
"patch": 0
|
| 85 |
+
}
|
| 86 |
+
}
|
test/state.json
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_data_files": [
|
| 3 |
+
{
|
| 4 |
+
"filename": "data-00000-of-00001.arrow"
|
| 5 |
+
}
|
| 6 |
+
],
|
| 7 |
+
"_fingerprint": "f1b686564f35783f",
|
| 8 |
+
"_format_columns": null,
|
| 9 |
+
"_format_kwargs": {},
|
| 10 |
+
"_format_type": null,
|
| 11 |
+
"_output_all_columns": false,
|
| 12 |
+
"_split": "test"
|
| 13 |
+
}
|
train/data-00000-of-00001.arrow
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:189188f447234c4efce35701777afb29ff5449cc3c044d7f2fc3ffaf71085296
|
| 3 |
+
size 110547064
|
train/dataset_info.json
ADDED
|
@@ -0,0 +1,86 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"builder_name": "parquet",
|
| 3 |
+
"citation": "",
|
| 4 |
+
"config_name": "plain_text",
|
| 5 |
+
"dataset_name": "imdb",
|
| 6 |
+
"dataset_size": 133202802,
|
| 7 |
+
"description": "",
|
| 8 |
+
"download_checksums": {
|
| 9 |
+
"hf://datasets/imdb@e6281661ce1c48d982bc483cf8a173c1bbeb5d31/plain_text/train-00000-of-00001.parquet": {
|
| 10 |
+
"num_bytes": 20979968,
|
| 11 |
+
"checksum": null
|
| 12 |
+
},
|
| 13 |
+
"hf://datasets/imdb@e6281661ce1c48d982bc483cf8a173c1bbeb5d31/plain_text/test-00000-of-00001.parquet": {
|
| 14 |
+
"num_bytes": 20470363,
|
| 15 |
+
"checksum": null
|
| 16 |
+
},
|
| 17 |
+
"hf://datasets/imdb@e6281661ce1c48d982bc483cf8a173c1bbeb5d31/plain_text/unsupervised-00000-of-00001.parquet": {
|
| 18 |
+
"num_bytes": 41996509,
|
| 19 |
+
"checksum": null
|
| 20 |
+
}
|
| 21 |
+
},
|
| 22 |
+
"download_size": 83446840,
|
| 23 |
+
"features": {
|
| 24 |
+
"text": {
|
| 25 |
+
"dtype": "string",
|
| 26 |
+
"_type": "Value"
|
| 27 |
+
},
|
| 28 |
+
"label": {
|
| 29 |
+
"names": [
|
| 30 |
+
"neg",
|
| 31 |
+
"pos"
|
| 32 |
+
],
|
| 33 |
+
"_type": "ClassLabel"
|
| 34 |
+
},
|
| 35 |
+
"input_ids": {
|
| 36 |
+
"feature": {
|
| 37 |
+
"dtype": "int32",
|
| 38 |
+
"_type": "Value"
|
| 39 |
+
},
|
| 40 |
+
"_type": "Sequence"
|
| 41 |
+
},
|
| 42 |
+
"token_type_ids": {
|
| 43 |
+
"feature": {
|
| 44 |
+
"dtype": "int8",
|
| 45 |
+
"_type": "Value"
|
| 46 |
+
},
|
| 47 |
+
"_type": "Sequence"
|
| 48 |
+
},
|
| 49 |
+
"attention_mask": {
|
| 50 |
+
"feature": {
|
| 51 |
+
"dtype": "int8",
|
| 52 |
+
"_type": "Value"
|
| 53 |
+
},
|
| 54 |
+
"_type": "Sequence"
|
| 55 |
+
}
|
| 56 |
+
},
|
| 57 |
+
"homepage": "",
|
| 58 |
+
"license": "",
|
| 59 |
+
"size_in_bytes": 216649642,
|
| 60 |
+
"splits": {
|
| 61 |
+
"train": {
|
| 62 |
+
"name": "train",
|
| 63 |
+
"num_bytes": 33435948,
|
| 64 |
+
"num_examples": 25000,
|
| 65 |
+
"dataset_name": "imdb"
|
| 66 |
+
},
|
| 67 |
+
"test": {
|
| 68 |
+
"name": "test",
|
| 69 |
+
"num_bytes": 32653810,
|
| 70 |
+
"num_examples": 25000,
|
| 71 |
+
"dataset_name": "imdb"
|
| 72 |
+
},
|
| 73 |
+
"unsupervised": {
|
| 74 |
+
"name": "unsupervised",
|
| 75 |
+
"num_bytes": 67113044,
|
| 76 |
+
"num_examples": 50000,
|
| 77 |
+
"dataset_name": "imdb"
|
| 78 |
+
}
|
| 79 |
+
},
|
| 80 |
+
"version": {
|
| 81 |
+
"version_str": "0.0.0",
|
| 82 |
+
"major": 0,
|
| 83 |
+
"minor": 0,
|
| 84 |
+
"patch": 0
|
| 85 |
+
}
|
| 86 |
+
}
|
train/state.json
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_data_files": [
|
| 3 |
+
{
|
| 4 |
+
"filename": "data-00000-of-00001.arrow"
|
| 5 |
+
}
|
| 6 |
+
],
|
| 7 |
+
"_fingerprint": "193ca75134084a4d",
|
| 8 |
+
"_format_columns": null,
|
| 9 |
+
"_format_kwargs": {},
|
| 10 |
+
"_format_type": null,
|
| 11 |
+
"_output_all_columns": false,
|
| 12 |
+
"_split": "train"
|
| 13 |
+
}
|
unsupervised/data-00000-of-00001.arrow
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a39c946af20d602381bcbadd7ff5e90756946c1de71f0bc397b5de0fd8647a4f
|
| 3 |
+
size 221334304
|
unsupervised/dataset_info.json
ADDED
|
@@ -0,0 +1,86 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"builder_name": "parquet",
|
| 3 |
+
"citation": "",
|
| 4 |
+
"config_name": "plain_text",
|
| 5 |
+
"dataset_name": "imdb",
|
| 6 |
+
"dataset_size": 133202802,
|
| 7 |
+
"description": "",
|
| 8 |
+
"download_checksums": {
|
| 9 |
+
"hf://datasets/imdb@e6281661ce1c48d982bc483cf8a173c1bbeb5d31/plain_text/train-00000-of-00001.parquet": {
|
| 10 |
+
"num_bytes": 20979968,
|
| 11 |
+
"checksum": null
|
| 12 |
+
},
|
| 13 |
+
"hf://datasets/imdb@e6281661ce1c48d982bc483cf8a173c1bbeb5d31/plain_text/test-00000-of-00001.parquet": {
|
| 14 |
+
"num_bytes": 20470363,
|
| 15 |
+
"checksum": null
|
| 16 |
+
},
|
| 17 |
+
"hf://datasets/imdb@e6281661ce1c48d982bc483cf8a173c1bbeb5d31/plain_text/unsupervised-00000-of-00001.parquet": {
|
| 18 |
+
"num_bytes": 41996509,
|
| 19 |
+
"checksum": null
|
| 20 |
+
}
|
| 21 |
+
},
|
| 22 |
+
"download_size": 83446840,
|
| 23 |
+
"features": {
|
| 24 |
+
"text": {
|
| 25 |
+
"dtype": "string",
|
| 26 |
+
"_type": "Value"
|
| 27 |
+
},
|
| 28 |
+
"label": {
|
| 29 |
+
"names": [
|
| 30 |
+
"neg",
|
| 31 |
+
"pos"
|
| 32 |
+
],
|
| 33 |
+
"_type": "ClassLabel"
|
| 34 |
+
},
|
| 35 |
+
"input_ids": {
|
| 36 |
+
"feature": {
|
| 37 |
+
"dtype": "int32",
|
| 38 |
+
"_type": "Value"
|
| 39 |
+
},
|
| 40 |
+
"_type": "Sequence"
|
| 41 |
+
},
|
| 42 |
+
"token_type_ids": {
|
| 43 |
+
"feature": {
|
| 44 |
+
"dtype": "int8",
|
| 45 |
+
"_type": "Value"
|
| 46 |
+
},
|
| 47 |
+
"_type": "Sequence"
|
| 48 |
+
},
|
| 49 |
+
"attention_mask": {
|
| 50 |
+
"feature": {
|
| 51 |
+
"dtype": "int8",
|
| 52 |
+
"_type": "Value"
|
| 53 |
+
},
|
| 54 |
+
"_type": "Sequence"
|
| 55 |
+
}
|
| 56 |
+
},
|
| 57 |
+
"homepage": "",
|
| 58 |
+
"license": "",
|
| 59 |
+
"size_in_bytes": 216649642,
|
| 60 |
+
"splits": {
|
| 61 |
+
"train": {
|
| 62 |
+
"name": "train",
|
| 63 |
+
"num_bytes": 33435948,
|
| 64 |
+
"num_examples": 25000,
|
| 65 |
+
"dataset_name": "imdb"
|
| 66 |
+
},
|
| 67 |
+
"test": {
|
| 68 |
+
"name": "test",
|
| 69 |
+
"num_bytes": 32653810,
|
| 70 |
+
"num_examples": 25000,
|
| 71 |
+
"dataset_name": "imdb"
|
| 72 |
+
},
|
| 73 |
+
"unsupervised": {
|
| 74 |
+
"name": "unsupervised",
|
| 75 |
+
"num_bytes": 67113044,
|
| 76 |
+
"num_examples": 50000,
|
| 77 |
+
"dataset_name": "imdb"
|
| 78 |
+
}
|
| 79 |
+
},
|
| 80 |
+
"version": {
|
| 81 |
+
"version_str": "0.0.0",
|
| 82 |
+
"major": 0,
|
| 83 |
+
"minor": 0,
|
| 84 |
+
"patch": 0
|
| 85 |
+
}
|
| 86 |
+
}
|
unsupervised/state.json
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_data_files": [
|
| 3 |
+
{
|
| 4 |
+
"filename": "data-00000-of-00001.arrow"
|
| 5 |
+
}
|
| 6 |
+
],
|
| 7 |
+
"_fingerprint": "cc60b69709f8c0d3",
|
| 8 |
+
"_format_columns": null,
|
| 9 |
+
"_format_kwargs": {},
|
| 10 |
+
"_format_type": null,
|
| 11 |
+
"_output_all_columns": false,
|
| 12 |
+
"_split": "unsupervised"
|
| 13 |
+
}
|