heegyu/UltraFeedback-split
收藏Hugging Face2024-04-30 更新2024-06-12 收录
下载链接:
https://hf-mirror.com/datasets/heegyu/UltraFeedback-split
下载链接
链接失效反馈官方服务:
资源简介:
---
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: test
path: data/test-*
dataset_info:
features:
- name: source
dtype: string
- name: instruction
dtype: string
- name: models
sequence: string
- name: completions
list:
- name: annotations
struct:
- name: helpfulness
struct:
- name: Rating
dtype: string
- name: Rationale
dtype: string
- name: Rationale For Rating
dtype: string
- name: Type
sequence: string
- name: honesty
struct:
- name: Rating
dtype: string
- name: Rationale
dtype: string
- name: instruction_following
struct:
- name: Rating
dtype: string
- name: Rationale
dtype: string
- name: truthfulness
struct:
- name: Rating
dtype: string
- name: Rationale
dtype: string
- name: Rationale For Rating
dtype: string
- name: Type
sequence: string
- name: critique
dtype: string
- name: custom_system_prompt
dtype: string
- name: fine-grained_score
dtype: float64
- name: model
dtype: string
- name: overall_score
dtype: float64
- name: principle
dtype: string
- name: response
dtype: string
- name: correct_answers
sequence: string
- name: incorrect_answers
sequence: string
splits:
- name: train
num_bytes: 830878664.8554567
num_examples: 62967
- name: test
num_bytes: 13195462.14454328
num_examples: 1000
download_size: 333491920
dataset_size: 844074127.0
---
# Dataset Card for "UltraFeedback-split"
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
提供机构:
heegyu
原始信息汇总
数据集概述
数据集配置
- 默认配置:包含训练集和测试集。
- 训练集:路径为
data/train-*,包含62967个示例,总大小为830878664.8554567字节。 - 测试集:路径为
data/test-*,包含1000个示例,总大小为13195462.14454328字节。
- 训练集:路径为
数据集大小
- 下载大小:333491920字节。
- 数据集总大小:844074127.0字节。
数据集特征
- 基本特征:
source:字符串类型。instruction:字符串类型。models:字符串序列类型。completions:列表类型,包含多个子特征:annotations:结构类型,包含多个子特征:helpfulness:结构类型,包含多个子特征:Rating:字符串类型。Rationale:字符串类型。Rationale For Rating:字符串类型。Type:字符串序列类型。
honesty:结构类型,包含多个子特征:Rating:字符串类型。Rationale:字符串类型。
instruction_following:结构类型,包含多个子特征:Rating:字符串类型。Rationale:字符串类型。
truthfulness:结构类型,包含多个子特征:Rating:字符串类型。Rationale:字符串类型。Rationale For Rating:字符串类型。Type:字符串序列类型。
critique:字符串类型。custom_system_prompt:字符串类型。fine-grained_score:浮点数类型。model:字符串类型。overall_score:浮点数类型。principle:字符串类型。response:字符串类型。
correct_answers:字符串序列类型。incorrect_answers:字符串序列类型。



