--- 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 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-* ---