--- dataset_info: features: - name: premise dtype: string - name: hypothesis dtype: string - name: label dtype: class_label: names: '0': entailment '1': neutral '2': contradiction - name: category dtype: string splits: - name: train num_bytes: 3615953 num_examples: 7266 - name: validation num_bytes: 751322 num_examples: 1537 - name: test num_bytes: 765279 num_examples: 1564 download_size: 1305264 dataset_size: 5132554 configs: - config_name: default data_files: - split: train path: data/train-* - split: validation path: data/validation-* - split: test path: data/test-* ---