augtoma/medmcqa
收藏Hugging Face2023-08-11 更新2024-03-04 收录
下载链接:
https://hf-mirror.com/datasets/augtoma/medmcqa
下载链接
链接失效反馈官方服务:
资源简介:
---
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: test
path: data/test-*
dataset_info:
features:
- name: id
dtype: string
- name: question
dtype: string
- name: cop
dtype:
class_label:
names:
'0': a
'1': b
'2': c
'3': d
- name: choice_type
dtype: string
- name: exp
dtype: string
- name: subject_name
dtype: string
- name: topic_name
dtype: string
- name: options
struct:
- name: A
dtype: string
- name: B
dtype: string
- name: C
dtype: string
- name: D
dtype: string
- name: answer_idx
dtype: string
- name: answer
dtype: string
splits:
- name: train
num_bytes: 136988451
num_examples: 182822
- name: test
num_bytes: 2350095
num_examples: 4183
download_size: 90978864
dataset_size: 139338546
---
# Dataset Card for "medmcqa"
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
提供机构:
augtoma
原始信息汇总
数据集概述
配置
- 默认配置:
- 训练数据:路径为
data/train-* - 测试数据:路径为
data/test-*
- 训练数据:路径为
数据特征
- id:字符串类型
- question:字符串类型
- cop:分类标签类型,包含类别:a, b, c, d
- choice_type:字符串类型
- exp:字符串类型
- subject_name:字符串类型
- topic_name:字符串类型
- options:结构类型,包含选项 A, B, C, D,均为字符串类型
- answer_idx:字符串类型
- answer:字符串类型
数据分割
- 训练集:
- 字节数:136988451
- 样本数:182822
- 测试集:
- 字节数:2350095
- 样本数:4183
数据大小
- 下载大小:90978864 字节
- 数据集大小:139338546 字节



