YBXL/MedQA_five_shot_test
收藏Hugging Face2024-07-02 更新2024-06-29 收录
下载链接:
https://hf-mirror.com/datasets/YBXL/MedQA_five_shot_test
下载链接
链接失效反馈官方服务:
资源简介:
---
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: valid
path: data/valid-*
- split: test
path: data/test-*
dataset_info:
features:
- name: id
dtype: string
- name: query
dtype: string
- name: answer
dtype: string
- name: choices
sequence: string
- name: gold
dtype: int64
splits:
- name: train
num_bytes: 6672
num_examples: 1
- name: valid
num_bytes: 6672
num_examples: 1
- name: test
num_bytes: 8476150
num_examples: 1273
download_size: 1562816
dataset_size: 8489494
---
# Dataset Card for "MedQA_five_shot_test"
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
配置项(configs):
- 配置名称(config_name): default
数据文件(data_files):
- 划分(split): train(训练集)
路径(path): data/train-*
- 划分(split): valid(验证集)
路径(path): data/valid-*
- 划分(split): test(测试集)
路径(path): data/test-*
数据集信息(dataset_info):
特征(features):
- 名称: id
数据类型(dtype): 字符串
- 名称: query
数据类型(dtype): 字符串
- 名称: answer
数据类型(dtype): 字符串
- 名称: choices
序列(sequence): 字符串
- 名称: gold
数据类型(dtype): int64
数据集划分(splits):
- 名称: train(训练集)
字节数(num_bytes): 6672
样本数(num_examples): 1
- 名称: valid(验证集)
字节数(num_bytes): 6672
样本数(num_examples): 1
- 名称: test(测试集)
字节数(num_bytes): 8476150
样本数(num_examples): 1273
下载大小(download_size): 1562816
数据集总大小(dataset_size): 8489494
# 「MedQA_five_shot_test」数据集卡片
[需补充更多信息](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
提供机构:
YBXL


