--- dataset_info: features: - name: pair_ID dtype: string - name: sentence_A dtype: string - name: sentence_B dtype: string - name: entailment_label dtype: string - name: relatedness_score dtype: float64 - name: entailment_AB dtype: string - name: entailment_BA dtype: string - name: sentence_A_original dtype: string - name: sentence_B_original dtype: string - name: sentence_A_dataset dtype: string - name: sentence_B_dataset dtype: string - name: __index_level_0__ dtype: int64 splits: - name: train num_bytes: 1376982 num_examples: 4439 - name: validation num_bytes: 155093 num_examples: 495 - name: test num_bytes: 1519438 num_examples: 4906 download_size: 896127 dataset_size: 3051513 configs: - config_name: default data_files: - split: train path: data/train-* - split: validation path: data/validation-* - split: test path: data/test-* ---