shuyuej's picture
Update README.md
d256404 verified
metadata
license: apache-2.0

💻 Dataset Usage

Run the following command to load the testing set:

from datasets import load_dataset

dataset = load_dataset("shuyuej/English-MedExpQA-Benchmark", split="test")
print(dataset)