atmallen's picture
Upload README.md with huggingface_hub
337523a
|
raw
history blame
No virus
919 Bytes
metadata
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: validation
        path: data/validation-*
      - split: test
        path: data/test-*
dataset_info:
  features:
    - name: alice_label
      dtype: bool
    - name: bob_label
      dtype: bool
    - name: difficulty
      dtype: float64
    - name: statement
      dtype: string
    - name: choices
      sequence: string
    - name: character
      dtype: string
    - name: label
      dtype: bool
  splits:
    - name: train
      num_bytes: 341832.34917940013
      num_examples: 2437
    - name: validation
      num_bytes: 70689.73375
      num_examples: 503
    - name: test
      num_bytes: 73917.942
      num_examples: 532
  download_size: 222890
  dataset_size: 486440.0249294001

Dataset Card for "quirky_authors_bob_hard"

More Information needed