averoo/fake_mmlu
收藏Hugging Face2024-01-29 更新2024-03-04 收录
下载链接:
https://hf-mirror.com/datasets/averoo/fake_mmlu
下载链接
链接失效反馈官方服务:
资源简介:
---
license: apache-2.0
dataset_info:
features:
- name: question
dtype: string
- name: choices
sequence: string
- name: answer
dtype: int64
splits:
- name: test
num_bytes: 195862.0
num_examples: 1488
- name: dev
num_bytes: 616.0
num_examples: 5
download_size: 29918
dataset_size: 196478.0
configs:
- config_name: default
data_files:
- split: test
path: data/test-*
- split: dev
path: data/dev-*
---
This dataset includes three main features: question, choices, and answer. Both question and choices are string type, while answer is integer type. The dataset is divided into two parts: test and dev, containing 1488 and 5 samples respectively. The total download size of the dataset is 29918 bytes, and the total size is 196478 bytes. The dataset configuration includes a default configuration, specifying the data file paths for the test and dev splits.
提供机构:
averoo
原始信息汇总
数据集概述
许可证
- Apache 2.0
数据集信息
特征
- question: 数据类型为字符串 (string)
- choices: 数据类型为字符串序列 (sequence: string)
- answer: 数据类型为整数 (int64)
分割
- test:
- 字节数: 195862.0
- 样本数: 1488
- dev:
- 字节数: 616.0
- 样本数: 5
大小
- 下载大小: 29918 字节
- 数据集大小: 196478.0 字节
配置
- default:
- test: 文件路径为
data/test-* - dev: 文件路径为
data/dev-*
- test: 文件路径为



