Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve discoverability of your work on Hugging Face #2

Open
NielsRogge opened this issue Jul 22, 2024 · 2 comments
Open

Improve discoverability of your work on Hugging Face #2

NielsRogge opened this issue Jul 22, 2024 · 2 comments

Comments

@NielsRogge
Copy link

Hi,

Niels here from the open-source team at Hugging Face. It's great to see you're releasing models + data on HF, I discovered your work through the paper page: https://huggingface.co/papers/2406.07057 (feel free to claim the paper so that it appears at your HF account!).

However there are a couple of things which could improve the discoverability of leaderboard + dataset, which I've listed below.

Gated access to dataset

Would you be interested in making your dataset available on the hub?

We support gated access which requires people to fill in their contact information (similar to how models like LLaMa-3 are gated): https://huggingface.co/docs/hub/en/datasets-gated

This way, people could load the dataset in 2 lines of code, like so (assuming they got access through the manual approval and are logged in with their HF account):

from datasets import load_dataset

dataset = load_dataset("thu-ml/mmtrust-eval")

Leaderboard as an app on Spaces

Secondly, if you're interested, the leaderboard could be hosted on Spaces using Streamlit/Gradio/Docker app. See here for more info: https://huggingface.co/docs/hub/en/spaces-overview

Let me know if you need any help regarding this!

Cheers,

Niels
ML Engineer @ HF 🤗

@zycheiheihei
Copy link
Collaborator

zycheiheihei commented Jul 24, 2024

Thanks for your advice! We have put these on our agenda : )

@hxhcreate
Copy link

+1, dataset on huggingface might be easy to get than Google Drive

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants