dvilasuero/multiturn_with_generations
收藏Hugging Face2023-12-20 更新2024-03-04 收录
下载链接:
https://hf-mirror.com/datasets/dvilasuero/multiturn_with_generations
下载链接
链接失效反馈官方服务:
资源简介:
---
dataset_info:
features:
- name: source
dtype: string
- name: prompt
dtype: string
- name: chosen
list:
- name: content
dtype: string
- name: role
dtype: string
- name: chosen-rating
dtype: float64
- name: chosen-model
dtype: string
- name: rejected
list:
- name: content
dtype: string
- name: role
dtype: string
- name: rejected-rating
dtype: float64
- name: rejected-model
dtype: string
- name: input
dtype: string
- name: generation_model
sequence: string
- name: generation_prompt
list:
list:
- name: content
dtype: string
- name: role
dtype: string
- name: raw_generation_responses
sequence: string
- name: followup
sequence: string
- name: generations
sequence: string
splits:
- name: train
num_bytes: 1743407
num_examples: 100
download_size: 804953
dataset_size: 1743407
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
---
# Dataset Card for "multiturn_with_generations"
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
提供机构:
dvilasuero
原始信息汇总
数据集概述
数据集信息
- 特征列表:
source: 字符串类型prompt: 字符串类型chosen: 列表类型,包含以下字段:content: 字符串类型role: 字符串类型
chosen-rating: 浮点数类型chosen-model: 字符串类型rejected: 列表类型,包含以下字段:content: 字符串类型role: 字符串类型
rejected-rating: 浮点数类型rejected-model: 字符串类型input: 字符串类型generation_model: 字符串序列类型generation_prompt: 列表类型,包含以下字段:content: 字符串类型role: 字符串类型
raw_generation_responses: 字符串序列类型followup: 字符串序列类型generations: 字符串序列类型
数据分割
- 训练集:
- 字节数: 1743407
- 样本数: 100
数据集大小
- 下载大小: 804953 字节
- 数据集大小: 1743407 字节
配置
- 默认配置:
- 数据文件:
- 训练集路径:
data/train-*
- 训练集路径:
- 数据文件:



