snli / README.md
yangwang825's picture
Upload dataset
bbd1150 verified
|
raw
history blame contribute delete
No virus
676 Bytes
metadata
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: train
      num_bytes: 65785624
      num_examples: 549367
    - name: validation
      num_bytes: 1241552
      num_examples: 9842
    - name: test
      num_bytes: 1234336
      num_examples: 9824
  download_size: 20409898
  dataset_size: 68261512
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: validation
        path: data/validation-*
      - split: test
        path: data/test-*