yananchen/tp_dpo_pairs_45chosen
收藏Hugging Face2024-05-15 更新2024-06-12 收录
下载链接:
https://hf-mirror.com/datasets/yananchen/tp_dpo_pairs_45chosen
下载链接
链接失效反馈官方服务:
资源简介:
---
dataset_info:
features:
- name: prompt
dtype: string
- name: chosen
list:
- name: content
dtype: string
- name: role
dtype: string
- name: rejected
list:
- name: content
dtype: string
- name: role
dtype: string
splits:
- name: train
num_bytes: 117349560.0
num_examples: 3235
- name: test
num_bytes: 13994793.0
num_examples: 401
download_size: 12611180
dataset_size: 131344353.0
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: test
path: data/test-*
---
The dataset includes three main features: prompt, chosen, and rejected. Each feature has its specific data type. prompt is a string, while chosen and rejected are lists, each containing two sub-features: content and role, both of which are also strings. The dataset is divided into two parts: train and test, containing 3235 and 401 samples respectively. The download size of the dataset is 12611180 bytes, with a total size of 131344353.0 bytes. The dataset configuration is default, with data file paths being data/train-* and data/test-*, respectively.
提供机构:
yananchen
原始信息汇总
数据集概述
数据集特征
- prompt: 数据类型为字符串。
- chosen: 包含以下子特征
- content: 数据类型为字符串。
- role: 数据类型为字符串。
- rejected: 包含以下子特征
- content: 数据类型为字符串。
- role: 数据类型为字符串。
数据集分割
- 训练集 (train): 包含3235个样本,总大小为117349560字节。
- 测试集 (test): 包含401个样本,总大小为13994793字节。
数据集大小
- 下载大小: 12611180字节。
- 数据集总大小: 131344353字节。
数据文件配置
- 默认配置 (default):
- 训练集路径:
data/train-* - 测试集路径:
data/test-*
- 训练集路径:



