--- 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](https://huggingface.co/datasets/snli) dataset where the labels are: `entailment`, `contradiction` and `neutral`. [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)