--- dataset_info: - config_name: cola features: - name: sentence dtype: string - name: label dtype: class_label: names: '0': unacceptable '1': acceptable - name: idx dtype: int32 splits: - name: train num_bytes: 560113 num_examples: 8551 - name: test num_bytes: 76312 num_examples: 1063 - name: validation num_bytes: 70718 num_examples: 1043 download_size: 356012 dataset_size: 707143 - config_name: mnli features: - name: premise dtype: string - name: hypothesis dtype: string - name: label dtype: class_label: names: '0': entailment '1': neutral '2': contradiction - name: idx dtype: int32 splits: - name: train num_bytes: 101224841 num_examples: 392702 - name: test_mismatched num_bytes: 2657292 num_examples: 9847 - name: validation_mismatched num_bytes: 2650366 num_examples: 9832 - name: validation num_bytes: 2483390 num_examples: 9815 - name: test num_bytes: 2503561 num_examples: 9796 download_size: 65997780 dataset_size: 111519450 - config_name: mrpc features: - name: sentence1 dtype: string - name: sentence2 dtype: string - name: label dtype: class_label: names: '0': not_equivalent '1': equivalent - name: idx dtype: int32 splits: - name: train num_bytes: 1254978 num_examples: 3668 - name: test num_bytes: 587526 num_examples: 1725 - name: validation num_bytes: 141622 num_examples: 408 download_size: 1201612 dataset_size: 1984126 - config_name: qnli features: - name: question dtype: string - name: sentence dtype: string - name: label dtype: class_label: names: '0': entailment '1': not_entailment - name: idx dtype: int32 splits: - name: train num_bytes: 33588354 num_examples: 104743 - name: test num_bytes: 1789807 num_examples: 5463 - name: validation num_bytes: 1783696 num_examples: 5463 download_size: 21937127 dataset_size: 37161857 configs: - config_name: cola data_files: - split: train path: cola/train-* - split: test path: cola/test-* - split: validation path: cola/validation-* - config_name: mnli data_files: - split: train path: mnli/train-* - split: test_mismatched path: mnli/test_mismatched-* - split: validation_mismatched path: mnli/validation_mismatched-* - split: validation path: mnli/validation-* - split: test path: mnli/test-* - config_name: mrpc data_files: - split: train path: mrpc/train-* - split: test path: mrpc/test-* - split: validation path: mrpc/validation-* - config_name: qnli data_files: - split: train path: qnli/train-* - split: test path: qnli/test-* - split: validation path: qnli/validation-* ---