--- license: mit configs: - config_name: default data_files: - split: train path: data/train-* - split: test path: data/test-* dataset_info: features: - name: problem dtype: string - name: correct_option dtype: string splits: - name: train num_bytes: 93761 num_examples: 500 - name: test num_bytes: 95123 num_examples: 500 download_size: 119354 dataset_size: 188884 ---