jeggers/truthful_qa_formatted
收藏Hugging Face2024-06-10 更新2024-06-29 收录
下载链接:
https://hf-mirror.com/datasets/jeggers/truthful_qa_formatted
下载链接
链接失效反馈官方服务:
资源简介:
---
dataset_info:
features:
- name: question
dtype: string
- name: mc1_targets
struct:
- name: choices
sequence: string
- name: labels
sequence: int32
- name: mc2_targets
struct:
- name: choices
sequence: string
- name: labels
sequence: int32
- name: mc1_target
sequence: string
- name: mc1_label
dtype: int64
splits:
- name: validation
num_bytes: 826575
num_examples: 817
download_size: 369345
dataset_size: 826575
configs:
- config_name: default
data_files:
- split: validation
path: data/validation-*
---
提供机构:
jeggers
原始信息汇总
数据集概述
数据集信息
特征
- question: 问题描述,数据类型为字符串。
- mc1_targets: 多选目标1,包含以下结构:
- choices: 选项序列,数据类型为字符串序列。
- labels: 标签序列,数据类型为整数序列。
- mc2_targets: 多选目标2,包含以下结构:
- choices: 选项序列,数据类型为字符串序列。
- labels: 标签序列,数据类型为整数序列。
- mc1_target: 多选目标1的序列,数据类型为字符串序列。
- mc1_label: 多选目标1的标签,数据类型为整数。
数据分割
- validation: 验证集,包含817个样本,总字节数为826575。
数据集大小
- 下载大小: 369345字节
- 数据集大小: 826575字节
配置
- default: 默认配置,包含验证集数据文件路径为
data/validation-*。



