mr / README.md
mattymchen's picture
Update README.md
b08c3e0
metadata
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