DIBT/aya_en_dpo
收藏Hugging Face2024-05-06 更新2024-06-12 收录
下载链接:
https://hf-mirror.com/datasets/DIBT/aya_en_dpo
下载链接
链接失效反馈官方服务:
资源简介:
---
dataset_info:
- config_name: default
features:
- name: id
dtype: string
id: field
- name: chosen
dtype: string
- name: rejected
dtype: string
- name: tie
dtype: bool
- name: prompt
dtype: string
- name: winner
dtype: string
splits:
- name: train
num_bytes: 3666991.6848920863
num_examples: 1599
download_size: 2225099
dataset_size: 3666991.6848920863
- config_name: messages
features:
- name: id
dtype: string
id: field
- name: chosen
list:
- name: content
dtype: string
- name: role
dtype: string
- name: rejected
list:
- name: content
dtype: string
- name: role
dtype: string
- name: tie
dtype: bool
- name: winner
dtype: string
splits:
- name: train
num_bytes: 3917862.8978417264
num_examples: 1599
download_size: 2290891
dataset_size: 3917862.8978417264
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- config_name: messages
data_files:
- split: train
path: messages/train-*
---
The dataset includes two configurations: default and messages. The default configuration contains fields such as id, chosen, rejected, tie, prompt, and winner, where id and winner are string types, chosen and rejected are string types, tie is boolean type, and prompt is string type. The messages configuration, based on default, changes the chosen and rejected fields into lists containing content and role, where content is string type and role is string type. Both configurations include a train split with 1599 samples.
提供机构:
DIBT
原始信息汇总
数据集概述
配置名称:default
-
特征信息:
id: 数据类型为字符串,作为字段ID。chosen: 数据类型为字符串。rejected: 数据类型为字符串。tie: 数据类型为布尔值。prompt: 数据类型为字符串。winner: 数据类型为字符串。
-
数据分割:
train: 包含1599个示例,数据大小为3666991.6848920863字节。
-
数据集大小:
- 下载大小:2225099字节。
- 数据集总大小:3666991.6848920863字节。
配置名称:messages
-
特征信息:
id: 数据类型为字符串,作为字段ID。chosen: 包含两个子特征:content: 数据类型为字符串。role: 数据类型为字符串。
rejected: 包含两个子特征:content: 数据类型为字符串。role: 数据类型为字符串。
tie: 数据类型为布尔值。winner: 数据类型为字符串。
-
数据分割:
train: 包含1599个示例,数据大小为3917862.8978417264字节。
-
数据集大小:
- 下载大小:2290891字节。
- 数据集总大小:3917862.8978417264字节。



