Lumos commited on
Commit
fe473a2
1 Parent(s): 00b764f

Upload dataset_info.json

Browse files
Files changed (1) hide show
  1. dataset_info.json +70 -0
dataset_info.json ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "builder_name": "imdb",
3
+ "citation": "@InProceedings{maas-EtAl:2011:ACL-HLT2011,\n author = {Maas, Andrew L. and Daly, Raymond E. and Pham, Peter T. and Huang, Dan and Ng, Andrew Y. and Potts, Christopher},\n title = {Learning Word Vectors for Sentiment Analysis},\n booktitle = {Proceedings of the 49th Annual Meeting of the Association for Computational Linguistics: Human Language Technologies},\n month = {June},\n year = {2011},\n address = {Portland, Oregon, USA},\n publisher = {Association for Computational Linguistics},\n pages = {142--150},\n url = {http://www.aclweb.org/anthology/P11-1015}\n}\n",
4
+ "config_name": "plain_text",
5
+ "dataset_size": 133190346,
6
+ "description": "Large Movie Review Dataset.\nThis is a dataset for binary sentiment classification containing substantially more data than previous benchmark datasets. We provide a set of 25,000 highly polar movie reviews for training, and 25,000 for testing. There is additional unlabeled data for use as well.",
7
+ "download_checksums": {
8
+ "http://ai.stanford.edu/~amaas/data/sentiment/aclImdb_v1.tar.gz": {
9
+ "num_bytes": 84125825,
10
+ "checksum": "c40f74a18d3b61f90feba1e17730e0d38e8b97c05fde7008942e91923d1658fe"
11
+ }
12
+ },
13
+ "download_size": 84125825,
14
+ "features": {
15
+ "text": {
16
+ "dtype": "string",
17
+ "id": null,
18
+ "_type": "Value"
19
+ },
20
+ "label": {
21
+ "num_classes": 2,
22
+ "names": [
23
+ "neg",
24
+ "pos"
25
+ ],
26
+ "id": null,
27
+ "_type": "ClassLabel"
28
+ }
29
+ },
30
+ "homepage": "http://ai.stanford.edu/~amaas/data/sentiment/",
31
+ "license": "",
32
+ "post_processed": null,
33
+ "post_processing_size": null,
34
+ "size_in_bytes": 217316171,
35
+ "splits": {
36
+ "train": {
37
+ "name": "train",
38
+ "num_bytes": 33432835,
39
+ "num_examples": 25000,
40
+ "dataset_name": "imdb"
41
+ },
42
+ "test": {
43
+ "name": "test",
44
+ "num_bytes": 32650697,
45
+ "num_examples": 25000,
46
+ "dataset_name": "imdb"
47
+ },
48
+ "unsupervised": {
49
+ "name": "unsupervised",
50
+ "num_bytes": 67106814,
51
+ "num_examples": 50000,
52
+ "dataset_name": "imdb"
53
+ }
54
+ },
55
+ "supervised_keys": null,
56
+ "task_templates": [
57
+ {
58
+ "task": "text-classification",
59
+ "text_column": "text",
60
+ "label_column": "label"
61
+ }
62
+ ],
63
+ "version": {
64
+ "version_str": "1.0.0",
65
+ "description": "",
66
+ "major": 1,
67
+ "minor": 0,
68
+ "patch": 0
69
+ }
70
+ }