test / contents.py
Jimin Huang
Add dataset
3adbd07
raw
history blame
128 Bytes
from datasets import load_dataset
ds = load_dataset("open-llm-leaderboard/contents")
ds.push_to_hub("TheFinAI/greek-contents")