ericsun153/llama3_mmlu_shuffle_question_with_drop
收藏Hugging Face2024-04-26 更新2024-06-12 收录
下载链接:
https://hf-mirror.com/datasets/ericsun153/llama3_mmlu_shuffle_question_with_drop
下载链接
链接失效反馈官方服务:
资源简介:
---
dataset_info:
features:
- name: question
dtype: string
- name: subject
dtype: string
- name: choices
sequence: string
- name: answer
dtype:
class_label:
names:
'0': A
'1': B
'2': C
'3': D
splits:
- name: test
num_bytes: 6610579
num_examples: 14042
download_size: 3744554
dataset_size: 6610579
configs:
- config_name: default
data_files:
- split: test
path: data/test-*
---
数据集信息:
特征字段:
- 字段名:问题(question),数据类型:字符串(string)
- 字段名:主题(subject),数据类型:字符串(string)
- 字段名:选项(choices),数据类型:字符串序列(sequence<string>)
- 字段名:答案(answer),数据类型:类别标签(class_label),标签映射规则为:'0'对应A,'1'对应B,'2'对应C,'3'对应D
数据集划分:
- 划分名称:测试集(test),字节大小:6610579,样本总数:14042
下载大小:3744554
数据集总大小:6610579
配置项:
- 配置名称:默认(default),数据文件配置:
- 对应数据集划分:测试集(test),文件路径:data/test-*
提供机构:
ericsun153原始信息汇总
数据集概述
数据集特征
- question: 数据类型为字符串。
- subject: 数据类型为字符串。
- choices: 数据类型为字符串序列。
- answer: 数据类型为分类标签,具体标签对应关系如下:
- 0: A
- 1: B
- 2: C
- 3: D
数据集划分
- test:
- 数据大小: 6610579 字节
- 示例数量: 14042
数据集大小
- 下载大小: 3744554 字节
- 总数据大小: 6610579 字节
配置信息
- config_name: default
- data_files:
- split: test
- path: data/test-*



