Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Xueqing/Leaderboard-Template
ymk00
/
test
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
1dd9b0f
test
/
contents.py
Jimin Huang
fix: alter column name
f028f4d
4 months ago
raw
Copy download link
history
blame
Safe
191 Bytes
from
datasets
import
load_dataset
ds = load_dataset(
"open-llm-leaderboard/contents"
)
ds[
"train"
] = ds[
"train"
].select([
0
])
print
(ds[
"train"
][
0
])
# ds.push_to_hub("TheFinAI/greek-contents")