shuyuej/PubMedQA-Benchmark
收藏官方服务:
资源简介:
--- license: apache-2.0 --- # 💻 Dataset Usage Run the following command to load the testing set (500 examples): ```python from datasets import load_dataset dataset = load_dataset("shuyuej/PubMedQA-Benchmark", split="test") print(dataset) ```
The PubMedQA-Benchmark dataset contains 500 testing examples for loading and testing.
提供机构:
shuyuej原始信息汇总
数据集概述
数据集名称
- PubMedQA-Benchmark
数据集许可证
- Apache-2.0
数据集使用示例
-
加载测试集的命令如下: python from datasets import load_dataset
dataset = load_dataset("shuyuej/PubMedQA-Benchmark", split="test") print(dataset)
该测试集包含500个示例。



