--- license: mit dataset_info: features: - name: question dtype: string - name: id dtype: string - name: options dtype: string - name: explanation dtype: string - name: image_1 dtype: image - name: image_2 dtype: 'null' - name: image_3 dtype: 'null' - name: image_4 dtype: 'null' - name: image_5 dtype: 'null' - name: image_6 dtype: 'null' - name: image_7 dtype: 'null' - name: img_type dtype: string - name: answer dtype: string - name: topic_difficulty dtype: string - name: question_type dtype: string - name: subject dtype: string splits: - name: dev num_bytes: 21564251.0 num_examples: 491 - name: validation num_bytes: 22561395.0 num_examples: 490 - name: test num_bytes: 145135989.9 num_examples: 3325 download_size: 158102638 dataset_size: 189261635.9 configs: - config_name: default data_files: - split: dev path: data/dev-* - split: validation path: data/validation-* - split: test path: data/test-* ---