--- dataset_info: features: - name: sentence_pair_id dtype: int64 - name: premise dtype: string - name: hypothesis dtype: string - name: relatedness_score dtype: float32 - name: entailment_judgment dtype: class_label: names: '0': NONE '1': ENTAILMENT '2': PARAPHRASE - name: id dtype: string - name: question_number dtype: int64 - name: question dtype: string - name: choices struct: - name: label sequence: string - name: text sequence: string - name: answerKey dtype: string splits: - name: train num_bytes: 4070784 num_examples: 5000 - name: test num_bytes: 3212394 num_examples: 4000 - name: validation num_bytes: 813642 num_examples: 1000 download_size: 2614117 dataset_size: 8096820 configs: - config_name: default data_files: - split: train path: data/train-* - split: test path: data/test-* - split: validation path: data/validation-* ---