cornfieldrm/pair-preference-dataset-700K_subset-15-out-of-16_llama3-8b-it_1-of-16_
收藏资源简介:
--- 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 - name: length dtype: int64 - name: chosen_prob dtype: float64 - name: messages list: - name: content dtype: string - name: role dtype: string splits: - name: train num_bytes: 331319599.984939 num_examples: 51423 download_size: 207614323 dataset_size: 331319599.984939 configs: - config_name: default data_files: - split: train path: data/train-* ---
The dataset includes multiple features such as rejected, rejected_score, chosen_score, chosen, length, chosen_prob, and messages. Each feature has its specific data type and structure. The dataset is divided into a training set (train) with 51423 samples, totaling 331319599.984939 bytes. The dataset configuration is named default with data file paths as data/train-*.
数据集概述
数据集特征
-
rejected
- content: 数据类型为字符串
- role: 数据类型为字符串
-
rejected_score: 数据类型为浮点数
-
chosen_score: 数据类型为浮点数
-
chosen
- content: 数据类型为字符串
- role: 数据类型为字符串
-
length: 数据类型为整数
-
chosen_prob: 数据类型为浮点数
-
messages
- content: 数据类型为字符串
- role: 数据类型为字符串
数据集分割
- train
- num_bytes: 331319599.984939字节
- num_examples: 51423个样本
数据集大小
- download_size: 207614323字节
- dataset_size: 331319599.984939字节



