doc-nli / README.md
sileod's picture
Upload README.md with huggingface_hub
7c9693b verified
|
raw
history blame
776 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: label
      dtype: string
    - name: hypothesis
      dtype: string
  splits:
    - name: train
      num_bytes: 1758995420.312401
      num_examples: 861708
    - name: validation
      num_bytes: 553908139.6429919
      num_examples: 210683
    - name: test
      num_bytes: 637709787.6263076
      num_examples: 243460
  download_size: 401416382
  dataset_size: 2950613347.5817003

Dataset Card for "doc-nli"

More Information needed