--- 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: 14678392 num_examples: 31698 - name: validation num_bytes: 826236 num_examples: 1671 - name: test num_bytes: 799900 num_examples: 1561 download_size: 5464878 dataset_size: 16304528 configs: - config_name: default data_files: - split: train path: data/train-* - split: validation path: data/validation-* - split: test path: data/test-* ---