cr / README.md
mattymchen's picture
Update README.md
3415a17
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: 408668
      num_examples: 3775
  download_size: 244814
  dataset_size: 408668

Dataset Card for "cr"

Dataset Description

Product review dataset from SentEval.

Data Fields

  • sentence: Complete sentence expressing an opinion about a product.
  • label: Sentiment of the opinion, either "negative" (0) or positive (1).

More Information needed