atmallen's picture
Upload README.md with huggingface_hub
de08e04
|
raw
history blame
934 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: int64
    - name: statement
      dtype: string
    - name: choices
      sequence: string
    - name: character
      dtype: string
    - name: label
      dtype: bool
  splits:
    - name: train
      num_bytes: 5678184.442913265
      num_examples: 84249
    - name: validation
      num_bytes: 57712.0725
      num_examples: 855
    - name: test
      num_bytes: 59593.534
      num_examples: 884
  download_size: 1836034
  dataset_size: 5795490.049413265

Dataset Card for "quirky_subtraction_increment0_alice_hard"

More Information needed