mariosasko commited on
Commit
ec8fa4b
1 Parent(s): 42193ce

Upload rdm.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. rdm.md +251 -0
rdm.md ADDED
@@ -0,0 +1,251 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pretty_name: IMDB
3
+ annotations_creators:
4
+ - expert-generated
5
+ language_creators:
6
+ - expert-generated
7
+ language:
8
+ - en
9
+ license:
10
+ - other
11
+ multilinguality:
12
+ - monolingual
13
+ size_categories:
14
+ - 10K<n<100K
15
+ source_datasets:
16
+ - original
17
+ task_categories:
18
+ - text-classification
19
+ task_ids:
20
+ - sentiment-classification
21
+ paperswithcode_id: imdb-movie-reviews
22
+ train-eval-index:
23
+ - config: plain_text
24
+ task: text-classification
25
+ task_id: binary_classification
26
+ splits:
27
+ train_split: train
28
+ eval_split: test
29
+ col_mapping:
30
+ text: text
31
+ label: target
32
+ metrics:
33
+ - type: accuracy
34
+ - name: Accuracy
35
+ - type: f1
36
+ name: F1 macro
37
+ args:
38
+ average: macro
39
+ - type: f1
40
+ name: F1 micro
41
+ args:
42
+ average: micro
43
+ - type: f1
44
+ name: F1 weighted
45
+ args:
46
+ average: weighted
47
+ - type: precision
48
+ name: Precision macro
49
+ args:
50
+ average: macro
51
+ - type: precision
52
+ name: Precision micro
53
+ args:
54
+ average: micro
55
+ - type: precision
56
+ name: Precision weighted
57
+ args:
58
+ average: weighted
59
+ - type: recall
60
+ name: Recall macro
61
+ args:
62
+ average: macro
63
+ - type: recall
64
+ name: Recall micro
65
+ args:
66
+ average: micro
67
+ - type: recall
68
+ name: Recall weighted
69
+ args:
70
+ average: weighted
71
+ dataset_info:
72
+ features:
73
+ - name: text
74
+ dtype: string
75
+ - name: label
76
+ dtype:
77
+ class_label:
78
+ names:
79
+ 0: neg
80
+ 1: pos
81
+ config_name: plain_text
82
+ splits:
83
+ - name: train
84
+ num_bytes: 33432835
85
+ num_examples: 25000
86
+ - name: test
87
+ num_bytes: 32650697
88
+ num_examples: 25000
89
+ - name: unsupervised
90
+ num_bytes: 67106814
91
+ num_examples: 50000
92
+ download_size: 84125825
93
+ dataset_size: 133190346
94
+ ---
95
+
96
+ # Dataset Card for "imdb"
97
+
98
+ ## Table of Contents
99
+ - [Dataset Description](#dataset-description)
100
+ - [Dataset Summary](#dataset-summary)
101
+ - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
102
+ - [Languages](#languages)
103
+ - [Dataset Structure](#dataset-structure)
104
+ - [Data Instances](#data-instances)
105
+ - [Data Fields](#data-fields)
106
+ - [Data Splits](#data-splits)
107
+ - [Dataset Creation](#dataset-creation)
108
+ - [Curation Rationale](#curation-rationale)
109
+ - [Source Data](#source-data)
110
+ - [Annotations](#annotations)
111
+ - [Personal and Sensitive Information](#personal-and-sensitive-information)
112
+ - [Considerations for Using the Data](#considerations-for-using-the-data)
113
+ - [Social Impact of Dataset](#social-impact-of-dataset)
114
+ - [Discussion of Biases](#discussion-of-biases)
115
+ - [Other Known Limitations](#other-known-limitations)
116
+ - [Additional Information](#additional-information)
117
+ - [Dataset Curators](#dataset-curators)
118
+ - [Licensing Information](#licensing-information)
119
+ - [Citation Information](#citation-information)
120
+ - [Contributions](#contributions)
121
+
122
+ ## Dataset Description
123
+
124
+ - **Homepage:** [http://ai.stanford.edu/~amaas/data/sentiment/](http://ai.stanford.edu/~amaas/data/sentiment/)
125
+ - **Repository:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
126
+ - **Paper:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
127
+ - **Point of Contact:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
128
+ - **Size of downloaded dataset files:** 84.13 MB
129
+ - **Size of the generated dataset:** 133.23 MB
130
+ - **Total amount of disk used:** 217.35 MB
131
+
132
+ ### Dataset Summary
133
+
134
+ Large Movie Review Dataset.
135
+ This 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.
136
+
137
+ ### Supported Tasks and Leaderboards
138
+
139
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
140
+
141
+ ### Languages
142
+
143
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
144
+
145
+ ## Dataset Structure
146
+
147
+ ### Data Instances
148
+
149
+ #### plain_text
150
+
151
+ - **Size of downloaded dataset files:** 84.13 MB
152
+ - **Size of the generated dataset:** 133.23 MB
153
+ - **Total amount of disk used:** 217.35 MB
154
+
155
+ An example of 'train' looks as follows.
156
+ ```
157
+ {
158
+ "label": 0,
159
+ "text": "Goodbye world2\n"
160
+ }
161
+ ```
162
+
163
+ ### Data Fields
164
+
165
+ The data fields are the same among all splits.
166
+
167
+ #### plain_text
168
+ - `text`: a `string` feature.
169
+ - `label`: a classification label, with possible values including `neg` (0), `pos` (1).
170
+
171
+ ### Data Splits
172
+
173
+ | name |train|unsupervised|test |
174
+ |----------|----:|-----------:|----:|
175
+ |plain_text|25000| 50000|25000|
176
+
177
+ ## Dataset Creation
178
+
179
+ ### Curation Rationale
180
+
181
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
182
+
183
+ ### Source Data
184
+
185
+ #### Initial Data Collection and Normalization
186
+
187
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
188
+
189
+ #### Who are the source language producers?
190
+
191
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
192
+
193
+ ### Annotations
194
+
195
+ #### Annotation process
196
+
197
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
198
+
199
+ #### Who are the annotators?
200
+
201
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
202
+
203
+ ### Personal and Sensitive Information
204
+
205
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
206
+
207
+ ## Considerations for Using the Data
208
+
209
+ ### Social Impact of Dataset
210
+
211
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
212
+
213
+ ### Discussion of Biases
214
+
215
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
216
+
217
+ ### Other Known Limitations
218
+
219
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
220
+
221
+ ## Additional Information
222
+
223
+ ### Dataset Curators
224
+
225
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
226
+
227
+ ### Licensing Information
228
+
229
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
230
+
231
+ ### Citation Information
232
+
233
+ ```
234
+ @InProceedings{maas-EtAl:2011:ACL-HLT2011,
235
+ author = {Maas, Andrew L. and Daly, Raymond E. and Pham, Peter T. and Huang, Dan and Ng, Andrew Y. and Potts, Christopher},
236
+ title = {Learning Word Vectors for Sentiment Analysis},
237
+ booktitle = {Proceedings of the 49th Annual Meeting of the Association for Computational Linguistics: Human Language Technologies},
238
+ month = {June},
239
+ year = {2011},
240
+ address = {Portland, Oregon, USA},
241
+ publisher = {Association for Computational Linguistics},
242
+ pages = {142--150},
243
+ url = {http://www.aclweb.org/anthology/P11-1015}
244
+ }
245
+
246
+ ```
247
+
248
+
249
+ ### Contributions
250
+
251
+ Thanks to [@ghazi-f](https://github.com/ghazi-f), [@patrickvonplaten](https://github.com/patrickvonplaten), [@lhoestq](https://github.com/lhoestq), [@thomwolf](https://github.com/thomwolf) for adding this dataset.