shuyuej/English-MedExpQA-Benchmark
收藏Hugging Face2024-06-08 更新2024-06-29 收录
下载链接:
https://hf-mirror.com/datasets/shuyuej/English-MedExpQA-Benchmark
下载链接
链接失效反馈官方服务:
资源简介:
---
license: apache-2.0
---
# 💻 Dataset Usage
Run the following command to load the testing set:
```python
from datasets import load_dataset
dataset = load_dataset("shuyuej/English-MedExpQA-Benchmark", split="test")
print(dataset)
```
This is a benchmark dataset for English medical experience question and answer, used for testing and evaluating the performance of related models.
提供机构:
shuyuej
原始信息汇总
数据集概述
数据集加载
-
加载命令: 使用以下Python代码加载测试集。 python from datasets import load_dataset
dataset = load_dataset("shuyuej/English-MedExpQA-Benchmark", split="test") print(dataset)
许可证
- 许可证类型: Apache 2.0



