davzoku commited on
Commit
cfa2448
1 Parent(s): 6bb78c8

Delete legacy dataset_infos.json

Browse files
Files changed (1) hide show
  1. dataset_infos.json +0 -60
dataset_infos.json DELETED
@@ -1,60 +0,0 @@
1
- {
2
- "default": {
3
- "description": "Movie Review Dataset.\nThis is a dataset of containing 5,331 positive and 5,331 negative processed\nsentences from Rotten Tomatoes movie reviews. This data was first used in Bo\nPang and Lillian Lee, ``Seeing stars: Exploiting class relationships for\nsentiment categorization with respect to rating scales.'', Proceedings of the\nACL, 2005.\n",
4
- "citation": "@InProceedings{Pang+Lee:05a,\n author = {Bo Pang and Lillian Lee},\n title = {Seeing stars: Exploiting class relationships for sentiment\n categorization with respect to rating scales},\n booktitle = {Proceedings of the ACL},\n year = 2005\n}\n",
5
- "homepage": "http://www.cs.cornell.edu/people/pabo/movie-review-data/",
6
- "license": "",
7
- "features": {
8
- "text": {
9
- "dtype": "string",
10
- "_type": "Value"
11
- },
12
- "label": {
13
- "names": [
14
- "neg",
15
- "pos"
16
- ],
17
- "_type": "ClassLabel"
18
- }
19
- },
20
- "supervised_keys": {},
21
- "task_templates": [
22
- {
23
- "task": "text-classification",
24
- "label_column": "label"
25
- }
26
- ],
27
- "builder_name": "parquet",
28
- "dataset_name": "rotten_tomatoes",
29
- "config_name": "default",
30
- "version": {
31
- "version_str": "1.0.0",
32
- "major": 1,
33
- "minor": 0,
34
- "patch": 0
35
- },
36
- "splits": {
37
- "train": {
38
- "name": "train",
39
- "num_bytes": 1074806,
40
- "num_examples": 8530,
41
- "dataset_name": null
42
- },
43
- "validation": {
44
- "name": "validation",
45
- "num_bytes": 134675,
46
- "num_examples": 1066,
47
- "dataset_name": null
48
- },
49
- "test": {
50
- "name": "test",
51
- "num_bytes": 135968,
52
- "num_examples": 1066,
53
- "dataset_name": null
54
- }
55
- },
56
- "download_size": 881052,
57
- "dataset_size": 1345449,
58
- "size_in_bytes": 2226501
59
- }
60
- }