Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
parquet
Sub-tasks:
sentiment-classification
Languages:
English
Size:
10K - 100K
mattymchen
commited on
Commit
•
b08c3e0
1
Parent(s):
5e004b3
Update README.md
Browse files
README.md
CHANGED
@@ -1,4 +1,10 @@
|
|
1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
dataset_info:
|
3 |
features:
|
4 |
- name: text
|
@@ -14,4 +20,12 @@ dataset_info:
|
|
14 |
---
|
15 |
# Dataset Card for "mr"
|
16 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
17 |
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
task_categories:
|
5 |
+
- text-classification
|
6 |
+
task_ids:
|
7 |
+
- sentiment-classification
|
8 |
dataset_info:
|
9 |
features:
|
10 |
- name: text
|
|
|
20 |
---
|
21 |
# Dataset Card for "mr"
|
22 |
|
23 |
+
## Dataset Description
|
24 |
+
Movie review dataset from SentEval.
|
25 |
+
|
26 |
+
## Data Fields
|
27 |
+
|
28 |
+
- `sentence`: Complete sentence expressing an opinion about a film.
|
29 |
+
- `label`: Sentiment of the opinion, either "negative" (0) or positive (1).
|
30 |
+
|
31 |
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|