marcov's picture
Upload dataset
1bdcfeb verified
metadata
dataset_info:
  features:
    - name: premise
      dtype: string
    - name: hypothesis
      dtype: string
    - name: label
      dtype:
        class_label:
          names:
            '0': entailment
            '1': neutral
            '2': contradiction
    - name: idx
      dtype: int32
    - name: template_name
      dtype: string
    - name: template
      dtype: string
    - name: rendered_input
      dtype: string
    - name: rendered_output
      dtype: string
  splits:
    - name: validation
      num_bytes: 91111255
      num_examples: 147480
    - name: test
      num_bytes: 91034428
      num_examples: 147705
  download_size: 74363557
  dataset_size: 182145683
configs:
  - config_name: default
    data_files:
      - split: validation
        path: data/validation-*
      - split: test
        path: data/test-*