--- dataset_info: features: - name: choice1 dtype: string - name: choice2 dtype: string - name: idx dtype: int64 - name: label dtype: int64 - name: premise dtype: string - name: question dtype: string splits: - name: train num_bytes: 49638 num_examples: 400 - name: eval num_bytes: 13005 num_examples: 100 download_size: 47801 dataset_size: 62643 configs: - config_name: default data_files: - split: train path: data/train-* - split: eval path: data/eval-* ---