mtc's picture
Upload README.md with huggingface_hub
2ef63bd verified
metadata
configs:
  - config_name: default
    data_files:
      - split: test
        path: data/test-*
      - split: train
        path: data/train-*
      - split: validation
        path: data/validation-*
dataset_info:
  features:
    - name: premise
      dtype: string
    - name: hypothesis
      dtype: string
    - name: label
      dtype:
        class_label:
          names:
            '0': entailment
            '1': neutral
            '2': contradiction
  splits:
    - name: test
      num_bytes: 996488
      num_examples: 5010
    - name: train
      num_bytes: 641081
      num_examples: 3000
    - name: validation
      num_bytes: 494604
      num_examples: 2490
  download_size: 957106
  dataset_size: 2132173

Dataset Card for "xnli_de_sub_sampled_3000"

More Information needed