snli-3way / README.md
AntoineBlanot's picture
Update README.md
ea5a9b6
metadata
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*
dataset_info:
  features:
    - name: premise
      dtype: string
    - name: hypothesis
      dtype: string
    - name: label_name
      dtype: string
  splits:
    - name: train
      num_bytes: 69083095
      num_examples: 549367
    - name: test
      num_bytes: 1300733
      num_examples: 9842
  download_size: 19994363
  dataset_size: 70383828

Dataset Card for "snli-3way"

This dataset is the snli dataset where the labels are: entailment, contradiction and neutral.

More Information needed