--- license: mit dataset_info: features: - name: id dtype: string - name: text_t dtype: string - name: text_h dtype: string - name: label dtype: string - name: text_label dtype: string - name: explanation dtype: string - name: confidence dtype: string - name: alt_label dtype: string - name: alt_explanation dtype: string - name: alt_confidence dtype: string splits: - name: test num_bytes: 394625 num_examples: 800 - name: validation num_bytes: 440018 num_examples: 800 download_size: 460078 dataset_size: 834643 configs: - config_name: default data_files: - split: test path: data/test-* - split: validation path: data/validation-* ---