BubbleJoe's picture
Upload README.md with huggingface_hub
8bbace8
|
raw
history blame
No virus
1.28 kB
metadata
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: validation_matched
        path: data/validation_matched-*
      - split: validation_mismatched
        path: data/validation_mismatched-*
dataset_info:
  features:
    - name: promptID
      dtype: int32
    - name: pairID
      dtype: string
    - name: premise
      dtype: string
    - name: premise_binary_parse
      dtype: string
    - name: premise_parse
      dtype: string
    - name: hypothesis
      dtype: string
    - name: hypothesis_binary_parse
      dtype: string
    - name: hypothesis_parse
      dtype: string
    - name: genre
      dtype: string
    - name: label
      dtype:
        class_label:
          names:
            '0': entailment
            '1': neutral
            '2': contradiction
    - name: input
      sequence:
        sequence: int32
  splits:
    - name: train
      num_bytes: 534304138
      num_examples: 392702
    - name: validation_matched
      num_bytes: 13165447
      num_examples: 9815
    - name: validation_mismatched
      num_bytes: 13717101
      num_examples: 9832
  download_size: 261511917
  dataset_size: 561186686

Dataset Card for "multi_nli_unified_input"

More Information needed