WNLI / README.md
Samsoup's picture
Upload dataset
94fb688 verified
metadata
dataset_info:
  features:
    - name: premise
      dtype: string
    - name: hypothesis
      dtype: string
    - name: label
      dtype:
        class_label:
          names:
            '0': not_entailment
            '1': entailment
    - name: idx
      dtype: int32
  splits:
    - name: train
      num_bytes: 107109
      num_examples: 635
    - name: validation
      num_bytes: 12162
      num_examples: 71
    - name: test
      num_bytes: 37889
      num_examples: 146
  download_size: 63474
  dataset_size: 157160
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: validation
        path: data/validation-*
      - split: test
        path: data/test-*

Dataset Card for "WNLI"

More Information needed