mctest-nli / README.md
sileod's picture
Upload README.md with huggingface_hub
9d38a68 verified
|
raw
history blame
730 Bytes
metadata
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*
      - split: validation
        path: data/validation-*
dataset_info:
  features:
    - name: label
      dtype: string
    - name: premise
      dtype: string
    - name: hypothesis
      dtype: string
  splits:
    - name: train
      num_bytes: 6945271
      num_examples: 5920
    - name: test
      num_bytes: 3804719
      num_examples: 3360
    - name: validation
      num_bytes: 1477453
      num_examples: 1280
  download_size: 731098
  dataset_size: 12227443

Dataset Card for "mctest-nli"

More Information needed