-
Notifications
You must be signed in to change notification settings - Fork 53
Description
Hi @Kevin-thu,
Niels here from the open-source team at Hugging Face. Congrats on your work!
Would you be interested in providing the MorphBench dataset on the hub? So that people can do:
from datasets import load_dataset
dataset = load_dataset("your-hf-username-or-organization/morphbench")We do support "gated access" which allows you to manually review anyone who wants to get access to the dataset (similar to how models like LLaMa are gated) as well in case you need that: https://huggingface.co/docs/hub/en/datasets-gated.
This would make the benchmark easier accessible, and also discoverable since you can add metadata tags to a dataset card, like "text-to-image", enabling people to find it at https://huggingface.co/datasets?task_categories=task_categories:text-to-image&sort=trending.
Let us know if you need any help.
Cheers,
Niels
ML Engineer @ HF 🤗