counterfact-simple / README.md
azhx's picture
Upload README.md with huggingface_hub
b2916dd
metadata
dataset_info:
  features:
    - name: subject
      dtype: string
    - name: proposition
      dtype: string
    - name: label
      dtype:
        class_label:
          names:
            '0': 'False'
            '1': 'True'
    - name: case_id
      dtype: int64
  splits:
    - name: train
      num_bytes: 12882614.735952066
      num_examples: 118363
    - name: test
      num_bytes: 1431353.264047934
      num_examples: 13151
  download_size: 5496476
  dataset_size: 14313968

Dataset Card for "counterfact-simple"

Dataset from ROME by Meng et al., simplified to be just prompts, paraphrased prompts, and their true and false targets.

More Information needed