--- dataset_info: features: - name: question dtype: string - name: passage dtype: string - name: idx dtype: int64 - name: label dtype: int64 splits: - name: train num_bytes: 6211011 num_examples: 9427 - name: validation num_bytes: 2129532 num_examples: 3270 - name: test num_bytes: 2118939 num_examples: 3245 - name: dev_hpo num_bytes: 512819 num_examples: 872 download_size: 6817918 dataset_size: 10972301 configs: - config_name: default data_files: - split: train path: data/train-* - split: validation path: data/validation-* - split: test path: data/test-* - split: dev_hpo path: data/dev_hpo-* ---