shuyuej/MedMCQA-Benchmark
๐ป Dataset Usage Run the following command to load the testing set (4,183 examples): from datasets import load_dataset dataset = load_dataset("shuyuej/MedMCQA-Benchmark", split="test") print(dataset)
015
๐ป Dataset Usage
Run the following command to load the testing set (4,183 examples):
from datasets import load_dataset
dataset = load_dataset("shuyuej/MedMCQA-Benchmark", split="test")
print(dataset)