--- dataset_info: features: - name: text_a dtype: string - name: text_b dtype: string - name: label dtype: class_label: names: '0': entailment '1': neutral '2': contradiction splits: - name: train num_bytes: 481296 num_examples: 4439 - name: validation num_bytes: 54513 num_examples: 495 - name: test num_bytes: 531602 num_examples: 4906 download_size: 352452 dataset_size: 1067411 configs: - config_name: default data_files: - split: train path: data/train-* - split: validation path: data/validation-* - split: test path: data/test-* ---