shuyuej/CMMLU-Nutrition-Benchmark
๐ป Dataset Usage Run the following command to load the testing set (145 examples): from datasets import load_dataset dataset = load_dataset("shuyuej/CMMLU-Nutrition-Benchmark", split="train") print(dataset)
049
๐ป Dataset Usage
Run the following command to load the testing set (145 examples):
from datasets import load_dataset
dataset = load_dataset("shuyuej/CMMLU-Nutrition-Benchmark", split="train")
print(dataset)