ogbrandt/gpt4_preference_rlaif
收藏Hugging Face2024-01-29 更新2024-03-04 收录
下载链接:
https://hf-mirror.com/datasets/ogbrandt/gpt4_preference_rlaif
下载链接
链接失效反馈官方服务:
资源简介:
---
dataset_info:
features:
- name: prompt
dtype: string
- name: chosen
dtype: string
- name: rejected
dtype: string
- name: chosen_model
dtype: int64
- name: prompt_tokens
dtype: int64
- name: completion_tokens
dtype: int64
- name: total_tokens
dtype: int64
- name: error_msg
dtype: string
splits:
- name: train
num_bytes: 656786
num_examples: 520
download_size: 327207
dataset_size: 656786
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
---
The dataset includes multiple features such as prompt, chosen, rejected, etc., each with its data type. The dataset is divided into a training set (train) and provides relevant data file paths and size information.
提供机构:
ogbrandt原始信息汇总
数据集概述
数据集特征
- prompt: 数据类型为字符串。
- chosen: 数据类型为字符串。
- rejected: 数据类型为字符串。
- chosen_model: 数据类型为64位整数。
- prompt_tokens: 数据类型为64位整数。
- completion_tokens: 数据类型为64位整数。
- total_tokens: 数据类型为64位整数。
- error_msg: 数据类型为字符串。
数据集分割
- train: 包含520个样本,占用656786字节。
数据集大小
- 下载大小: 327207字节。
- 数据集大小: 656786字节。
配置
- config_name: default
- data_files:
- split: train
- path: data/train-*
- data_files:



