imdb / README.md
gimmaru's picture
Update README.md
9d62f8d
metadata
dataset_info:
  features:
    - name: text
      dtype: string
    - name: label
      dtype:
        class_label:
          names:
            '0': neg
            '1': pos
  splits:
    - name: test
      num_bytes: 1227704
      num_examples: 1000
  download_size: 0
  dataset_size: 1227704

Dataset Card for "imdb"

More Information needed

Note: This dataset was utilized for the evaluation of probability-based prompt selection techniques in the paper 'Improving Probability-based Prompt Selection Through Unified Evaluation and Analysis'. It differs from the actual benchmark dataset.