--- dataset_info: features: - name: question dtype: string - name: distractor3 dtype: string - name: distractor1 dtype: string - name: distractor2 dtype: string - name: correct_answer dtype: string - name: support dtype: string - name: topic dtype: string - name: difficulty dtype: string splits: - name: train num_bytes: 6851692 num_examples: 11679 - name: validation num_bytes: 579829 num_examples: 1000 - name: test num_bytes: 590522 num_examples: 1000 download_size: 4768890 dataset_size: 8022043 configs: - config_name: default data_files: - split: train path: data/train-* - split: validation path: data/validation-* - split: test path: data/test-* ---