Thanmay's picture
Upload README.md with huggingface_hub
f7300cb
|
raw
history blame
1.46 kB
metadata
configs:
  - config_name: default
    data_files:
      - split: test
        path: data/test-*
      - 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
    - name: itv2 hi premise
      dtype: string
    - name: itv2 hi hypothesis
      dtype: string
    - name: itv2 gu premise
      dtype: string
    - name: itv2 gu hypothesis
      dtype: string
    - name: itv2 kn premise
      dtype: string
    - name: itv2 kn hypothesis
      dtype: string
    - name: itv2 ml premise
      dtype: string
    - name: itv2 ml hypothesis
      dtype: string
    - name: itv2 mr premise
      dtype: string
    - name: itv2 mr hypothesis
      dtype: string
    - name: itv2 or premise
      dtype: string
    - name: itv2 or hypothesis
      dtype: string
    - name: itv2 pa premise
      dtype: string
    - name: itv2 pa hypothesis
      dtype: string
    - name: itv2 bn premise
      dtype: string
    - name: itv2 bn hypothesis
      dtype: string
  splits:
    - name: test
      num_bytes: 8389920
      num_examples: 5010
    - name: validation
      num_bytes: 4161518
      num_examples: 2490
  download_size: 4269813
  dataset_size: 12551438

Dataset Card for "indic-xnli"

More Information needed