honesty / README.md
tytodd's picture
Upload honesty-alignment dataset with train/test/ood splits
ca43489 verified
metadata
dataset_info:
  features:
    - name: question
      dtype: string
    - name: answer
      list: string
    - name: source
      dtype: string
  splits:
    - name: train
      num_bytes: 77764906
      num_examples: 567647
    - name: test
      num_bytes: 6978337
      num_examples: 37904
    - name: ood
      num_bytes: 4132578
      num_examples: 32805
  download_size: 42780964
  dataset_size: 88875821
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*
      - split: ood
        path: data/ood-*