medarc/mmlu_clinical_knowledge
收藏Hugging Face2024-01-23 更新2024-03-04 收录
下载链接:
https://hf-mirror.com/datasets/medarc/mmlu_clinical_knowledge
下载链接
链接失效反馈官方服务:
资源简介:
---
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: training
num_bytes: 8598
num_examples: 34
- name: test
num_bytes: 68572
num_examples: 265
download_size: 48655
dataset_size: 77170
configs:
- config_name: default
data_files:
- split: training
path: data/training-*
- split: test
path: data/test-*
---
提供机构:
medarc
原始信息汇总
数据集概述
数据集特征
- 问题 (question): 数据类型为字符串。
- 主题 (subject): 数据类型为字符串。
- 选项 (choices): 数据类型为字符串序列。
- 答案 (answer): 数据类型为分类标签,包含以下类别:
- 0: A
- 1: B
- 2: C
- 3: D
数据集划分
- 训练集 (training):
- 字节数: 8598
- 样本数: 34
- 测试集 (test):
- 字节数: 68572
- 样本数: 265
数据集大小
- 下载大小: 48655 字节
- 数据集大小: 77170 字节
配置信息
- 默认配置 (default):
- 训练集文件路径:
data/training-* - 测试集文件路径:
data/test-*
- 训练集文件路径:



