Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
parquet
Sub-tasks:
sentiment-classification
Languages:
English
Size:
10K - 100K
language: | |
- en | |
task_categories: | |
- text-classification | |
task_ids: | |
- sentiment-classification | |
dataset_info: | |
features: | |
- name: text | |
dtype: string | |
- name: label | |
dtype: int64 | |
splits: | |
- name: test | |
num_bytes: 1352524 | |
num_examples: 10662 | |
download_size: 883903 | |
dataset_size: 1352524 | |
# Dataset Card for "mr" | |
## Dataset Description | |
Movie review dataset from SentEval. | |
## Data Fields | |
- `sentence`: Complete sentence expressing an opinion about a film. | |
- `label`: Sentiment of the opinion, either "negative" (0) or positive (1). | |
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) |