atmallen's picture
Upload README.md with huggingface_hub
9bd3fa8
|
raw
history blame
No virus
1.05 kB
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: label
      dtype:
        class_label:
          names:
            '0': entailment
            '1': neutral
            '2': contradiction
    - name: id
      dtype: string
    - name: choices
      sequence: string
    - name: bob_label
      dtype: int64
    - name: difficulty
      dtype: float64
    - name: statement
      dtype: string
    - name: character
      dtype: string
    - name: alice_label
      dtype: int64
  splits:
    - name: train
      num_bytes: 2942946
      num_examples: 12500
    - name: validation
      num_bytes: 117215.8485
      num_examples: 499
    - name: test
      num_bytes: 118597.4715
      num_examples: 501
  download_size: 1078604
  dataset_size: 3178759.32

Dataset Card for "quirky_nli_alice_hard"

More Information needed