--- dataset_info: features: - name: question_id dtype: int64 - name: course_id dtype: int64 - name: course_domain dtype: string - name: course_type dtype: string - name: question dtype: string - name: choices sequence: string - name: correct_answer dtype: string - name: correct_answer_idx dtype: int64 - name: id dtype: string - name: answer dtype: string splits: - name: train num_bytes: 908730 num_examples: 1962 download_size: 426584 dataset_size: 908730 configs: - config_name: default data_files: - split: train path: data/train-* ---