vwxyzjn/cai-conversation-dev1-h4
收藏Hugging Face2023-11-27 更新2024-03-04 收录
下载链接:
https://hf-mirror.com/datasets/vwxyzjn/cai-conversation-dev1-h4
下载链接
链接失效反馈官方服务:
资源简介:
---
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: test
path: data/test-*
dataset_info:
features:
- name: init_prompt
struct:
- name: content
dtype: string
- name: role
dtype: string
- name: init_response
struct:
- name: content
dtype: string
- name: role
dtype: string
- name: critic_prompt
struct:
- name: content
dtype: string
- name: role
dtype: string
- name: critic_response
struct:
- name: content
dtype: string
- name: role
dtype: string
- name: revision_prompt
struct:
- name: content
dtype: string
- name: role
dtype: string
- name: revision_response
struct:
- name: content
dtype: string
- name: role
dtype: string
- name: prompt
dtype: string
- name: messages
list:
- name: content
dtype: string
- name: role
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: 35674961.23498535
num_examples: 13107
- name: test
num_bytes: 8919420.765014648
num_examples: 3277
download_size: 20673986
dataset_size: 44594382.0
---
# Dataset Card for "cai-conversation-dev1-h4"
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
提供机构:
vwxyzjn
原始信息汇总
数据集概述
配置
- 默认配置:
- 训练集:路径为
data/train-* - 测试集:路径为
data/test-*
- 训练集:路径为
数据特征
- 初始提示 (
init_prompt):content:字符串类型role:字符串类型
- 初始响应 (
init_response):content:字符串类型role:字符串类型
- 批评提示 (
critic_prompt):content:字符串类型role:字符串类型
- 批评响应 (
critic_response):content:字符串类型role:字符串类型
- 修订提示 (
revision_prompt):content:字符串类型role:字符串类型
- 修订响应 (
revision_response):content:字符串类型role:字符串类型
- 提示 (
prompt):字符串类型 - 消息 (
messages):列表类型content:字符串类型role:字符串类型
- 选中 (
chosen):列表类型content:字符串类型role:字符串类型
- 拒绝 (
rejected):列表类型content:字符串类型role:字符串类型
数据分割
- 训练集:
- 字节数:35674961.23498535
- 样本数:13107
- 测试集:
- 字节数:8919420.765014648
- 样本数:3277
数据大小
- 下载大小:20673986 字节
- 数据集大小:44594382.0 字节



