ericsun153/mmlu_cleaned_dataset
收藏Hugging Face2024-06-13 更新2024-06-29 收录
下载链接:
https://hf-mirror.com/datasets/ericsun153/mmlu_cleaned_dataset
下载链接
链接失效反馈官方服务:
资源简介:
---
dataset_info:
features:
- name: ori_question
dtype: string
- name: cleaned_question
dtype: string
- name: subject
dtype: string
- name: choices
sequence: string
- name: answer
dtype: int64
splits:
- name: train
num_bytes: 252907
num_examples: 300
download_size: 156217
dataset_size: 252907
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
---
提供机构:
ericsun153
原始信息汇总
数据集概述
数据集特征
- ori_question: 原始问题,数据类型为字符串。
- cleaned_question: 清洗后的问题,数据类型为字符串。
- subject: 主题,数据类型为字符串。
- choices: 选项,数据类型为字符串序列。
- answer: 答案,数据类型为整数(int64)。
数据集分割
- train: 训练集,包含300个样本,占用252907字节。
数据集大小
- 下载大小: 156217字节
- 数据集大小: 252907字节
配置
- default: 默认配置,包含训练集数据文件路径为
data/train-*。



