LogicNLI / README.md
sileod's picture
Upload README.md with huggingface_hub
a47fe33 verified
|
raw
history blame
731 Bytes
metadata
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: validation
        path: data/validation-*
      - split: test
        path: data/test-*
dataset_info:
  features:
    - name: premise
      dtype: string
    - name: hypothesis
      dtype: string
    - name: labels
      dtype: string
  splits:
    - name: train
      num_bytes: 19241020
      num_examples: 16000
    - name: validation
      num_bytes: 2359422
      num_examples: 2000
    - name: test
      num_bytes: 2368137
      num_examples: 2000
  download_size: 713917
  dataset_size: 23968579

Dataset Card for "LogicNLI"

More Information needed