quirky_nli_alice / README.md
atmallen's picture
Upload README.md with huggingface_hub
b4ffeb6
|
raw
history blame
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: 1359077.72106245
      num_examples: 5629
    - name: validation
      num_bytes: 477086.5
      num_examples: 2000
    - name: test
      num_bytes: 467462
      num_examples: 2000
  download_size: 875807
  dataset_size: 2303626.2210624497

Dataset Card for "quirky_nli_alice"

More Information needed