shuyuej/CMMLU-Nutrition-Benchmark
收藏Hugging Face2024-06-05 更新2024-06-12 收录
下载链接:
https://hf-mirror.com/datasets/shuyuej/CMMLU-Nutrition-Benchmark
下载链接
链接失效反馈官方服务:
资源简介:
---
license: apache-2.0
---
# 💻 Dataset Usage
Run the following command to load the testing set (145 examples):
```python
from datasets import load_dataset
dataset = load_dataset("shuyuej/CMMLU-Nutrition-Benchmark", split="train")
print(dataset)
```
The dataset named shuyuej/CMMLU-Nutrition-Benchmark contains 145 examples for training models.
提供机构:
shuyuej
原始信息汇总
数据集概述
数据集加载
-
命令示例: 使用以下Python代码加载数据集的训练集(包含145个示例): python from datasets import load_dataset
dataset = load_dataset("shuyuej/CMMLU-Nutrition-Benchmark", split="train") print(dataset)



