cornfieldrm/pair-preference-dataset-700K_subset-3-of-3_standard
收藏资源简介:
--- dataset_info: features: - name: rejected list: - name: content dtype: string - name: role dtype: string - name: rejected_score dtype: float64 - name: chosen_score dtype: float64 - name: chosen list: - name: content dtype: string - name: role dtype: string splits: - name: train num_bytes: 933084848.603613 num_examples: 233120 download_size: 487017330 dataset_size: 933084848.603613 configs: - config_name: default data_files: - split: train path: data/train-* ---
This dataset is primarily used for evaluating and comparing the quality of different contents. It includes two main parts: rejected content and chosen content. Each part contains specific content (content) and the role of the content (role). Additionally, the dataset provides two scores: the score of the rejected content (rejected_score) and the score of the chosen content (chosen_score), both of which are of float64 type. The dataset is divided into a training set (train), containing 233120 samples, with a total size of 933084848.603613 bytes. The download size of the dataset is 487017330 bytes.
数据集概述
数据集特征
-
rejected
- content: 数据类型为字符串
- role: 数据类型为字符串
-
rejected_score: 数据类型为浮点数(float64)
-
chosen_score: 数据类型为浮点数(float64)
-
chosen
- content: 数据类型为字符串
- role: 数据类型为字符串
数据集分割
- train
- num_bytes: 933084848.603613 字节
- num_examples: 233120 个样本
数据集大小
- download_size: 487017330 字节
- dataset_size: 933084848.603613 字节



