shuyuej/MedQA-USMLE-Benchmark
收藏官方服务:
资源简介:
--- license: apache-2.0 --- # 💻 Dataset Usage Run the following command to load the testing set (1,273 examples): ```python from datasets import load_dataset dataset = load_dataset("shuyuej/MedQA-USMLE-Benchmark", split="test") print(dataset) ```
This is a dataset named MedQA-USMLE-Benchmark provided by user shuyuej, specifically for testing, containing 1,273 examples.
提供机构:
shuyuej原始信息汇总
数据集概述
数据集名称
- MedQA-USMLE-Benchmark
数据集使用
-
加载测试集的命令如下: python from datasets import load_dataset
dataset = load_dataset("shuyuej/MedQA-USMLE-Benchmark", split="test") print(dataset)
测试集规模
- 包含1,273个示例
许可证
- Apache-2.0



