--- dataset_info: features: - name: global_key dtype: string - name: batch_id dtype: int64 - name: question dtype: string - name: model_a dtype: string - name: response_a dtype: string - name: model_b dtype: string - name: response_b dtype: string - name: pair_order dtype: string - name: annotations dtype: string - name: correct_answer dtype: string - name: wrong_answer dtype: string - name: total_len dtype: int64 - name: subject dtype: string splits: - name: train num_bytes: 156080 num_examples: 67 - name: full num_bytes: 701804 num_examples: 266 download_size: 396681 dataset_size: 857884 configs: - config_name: default data_files: - split: train path: data/train-* - split: full path: data/full-* ---