--- license: mit dataset_info: features: - name: premise dtype: string - name: hypothesis dtype: string - name: label dtype: string - name: og_hypothesis dtype: string - name: __index_level_0__ dtype: int64 splits: - name: train num_bytes: 13049295 num_examples: 28316 - name: validation num_bytes: 722934 num_examples: 1482 - name: test num_bytes: 721086 num_examples: 1412 download_size: 5046008 dataset_size: 14493315 configs: - config_name: default data_files: - split: train path: data/train-* - split: validation path: data/validation-* - split: test path: data/test-* ---