--- dataset_info: features: - name: sentence1 dtype: string - name: sentence2 dtype: string - name: gold_label dtype: string splits: - name: test num_bytes: 1319486 num_examples: 10000 - name: validation num_bytes: 1323639 num_examples: 10000 - name: train num_bytes: 69188922 num_examples: 550152 download_size: 20180819 dataset_size: 71832047 configs: - config_name: default data_files: - split: test path: data/test-* - split: validation path: data/validation-* - split: train path: data/train-* ---