Mozes commited on
Commit
fb15235
1 Parent(s): 26f40d3

Add YAML tags to Dataset Card of rotten tomatoes (#4262)

Browse files

* Add YAML tags to Dataset Card

* Update YAML tags

* paperswithcode_id list -> str

Commit from https://github.com/huggingface/datasets/commit/81b89fdd2bb6ded49dcfb53dbc544872f64bded0

Files changed (1) hide show
  1. README.md +21 -5
README.md CHANGED
@@ -1,8 +1,24 @@
1
  ---
2
- pretty_name: RottenTomatoes - Movie Review Data
 
 
 
 
3
  languages:
4
  - en
5
- paperswithcode_id: null
 
 
 
 
 
 
 
 
 
 
 
 
6
  ---
7
 
8
  # Dataset Card for "rotten_tomatoes"
@@ -35,7 +51,7 @@ paperswithcode_id: null
35
 
36
  - **Homepage:** [http://www.cs.cornell.edu/people/pabo/movie-review-data/](http://www.cs.cornell.edu/people/pabo/movie-review-data/)
37
  - **Repository:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
38
- - **Paper:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
39
  - **Point of Contact:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
40
  - **Size of downloaded dataset files:** 0.47 MB
41
  - **Size of the generated dataset:** 1.28 MB
@@ -74,7 +90,7 @@ An example of 'validation' looks as follows.
74
  ```
75
  {
76
  "label": 1,
77
- "text": "Sometimes the days and nights just drag on-- it's the morning that make me feel alive. And I have one thing to thank for that: pancakes."
78
  }
79
  ```
80
 
@@ -162,4 +178,4 @@ The data fields are the same among all splits.
162
 
163
  ### Contributions
164
 
165
- Thanks to [@thomwolf](https://github.com/thomwolf), [@jxmorris12](https://github.com/jxmorris12) for adding this dataset.
 
1
  ---
2
+ pretty_name: RottenTomatoes - MR Movie Review Data
3
+ annotations_creators:
4
+ - crowdsourced
5
+ language_creators:
6
+ - crowdsourced
7
  languages:
8
  - en
9
+ licenses:
10
+ - unknown
11
+ multilinguality:
12
+ - monolingual
13
+ task_categories:
14
+ - text-classification
15
+ task_ids:
16
+ - sentiment-classification
17
+ paperswithcode_id: mr
18
+ size_categories:
19
+ - 1K<n<10K
20
+ source_datasets:
21
+ - original
22
  ---
23
 
24
  # Dataset Card for "rotten_tomatoes"
 
51
 
52
  - **Homepage:** [http://www.cs.cornell.edu/people/pabo/movie-review-data/](http://www.cs.cornell.edu/people/pabo/movie-review-data/)
53
  - **Repository:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
54
+ - **Paper:** [https://arxiv.org/abs/cs/0506075](https://arxiv.org/abs/cs/0506075)
55
  - **Point of Contact:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
56
  - **Size of downloaded dataset files:** 0.47 MB
57
  - **Size of the generated dataset:** 1.28 MB
 
90
  ```
91
  {
92
  "label": 1,
93
+ "text": "Sometimes the days and nights just drag on -- it 's the morning that make me feel alive . And I have one thing to thank for that : pancakes . "
94
  }
95
  ```
96
 
 
178
 
179
  ### Contributions
180
 
181
+ Thanks to [@thomwolf](https://github.com/thomwolf), [@jxmorris12](https://github.com/jxmorris12) for adding this dataset.