--- dataset_info: features: - name: chosen_messages list: - name: content dtype: string - name: role dtype: string - name: rejected_messages list: - name: content dtype: string - name: role dtype: string - name: chosen_reward dtype: float64 - name: rejected_reward dtype: float64 - name: chosen dtype: string - name: prompt dtype: string - name: prompt_decode dtype: string - name: prompt_response_decode dtype: string - name: rejected dtype: string - name: response dtype: string - name: response_index dtype: int64 splits: - name: test num_bytes: 11000668 num_examples: 2311 - name: train num_bytes: 203177798 num_examples: 43072 download_size: 257788139 dataset_size: 214178466 configs: - config_name: default data_files: - split: train path: data/train-* - split: test path: data/test-* ---