marcov's picture
Upload dataset
c9c4f6a verified
metadata
dataset_info:
  features:
    - name: premise
      dtype: string
    - name: hypothesis
      dtype: string
    - name: idx
      dtype: int32
    - name: label
      dtype:
        class_label:
          names:
            '0': entailment
            '1': contradiction
            '2': neutral
    - name: template_name
      dtype: string
    - name: template
      dtype: string
    - name: rendered_input
      dtype: string
    - name: rendered_output
      dtype: string
  splits:
    - name: train
      num_bytes: 3549859
      num_examples: 3750
    - name: validation
      num_bytes: 865778
      num_examples: 840
    - name: test
      num_bytes: 3726760
      num_examples: 3750
  download_size: 2203991
  dataset_size: 8142397
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: validation
        path: data/validation-*
      - split: test
        path: data/test-*