imdb_review_prompts / README.md
5cp's picture
Upload README.md with huggingface_hub
0aa637f
metadata
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*
dataset_info:
  features:
    - name: text
      dtype: string
    - name: label
      dtype:
        class_label:
          names:
            '0': neg
            '1': pos
  splits:
    - name: train
      num_bytes: 290977
      num_examples: 782
    - name: test
      num_bytes: 304788
      num_examples: 858
  download_size: 286770
  dataset_size: 595765

Dataset Card for "imdb_review_prompts"

More Information needed