--- license: apache-2.0 dataset_info: features: - name: id dtype: int64 - name: images list: image - name: question_type dtype: string - name: question dtype: string - name: answer dtype: string - name: thought dtype: string - name: mean_normed_duration_seconds dtype: float64 - name: difficulty dtype: class_label: names: '0': easy '1': medium '2': hard - name: problem dtype: string splits: - name: test num_bytes: 794518135 num_examples: 1000 download_size: 793260664 dataset_size: 794518135 configs: - config_name: default data_files: - split: test path: data/test-* ---