--- dataset_info: features: - name: idx dtype: string - name: premise dtype: string - name: question dtype: string - name: choice1 dtype: string - name: choice2 dtype: string - name: label dtype: int64 - name: conceptual_explanation dtype: string splits: - name: train num_bytes: 3220280 num_examples: 14928 - name: validation num_bytes: 454831 num_examples: 2122 download_size: 1911689 dataset_size: 3675111 configs: - config_name: default data_files: - split: train path: data/train-* - split: validation path: data/validation-* ---