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 on HF #1

Open
NielsRogge opened this issue Jul 25, 2024 · 0 comments
Open

Improve discoverability on HF #1

NielsRogge opened this issue Jul 25, 2024 · 0 comments

Comments

@NielsRogge
Copy link

Hi,

Niels here from the open-source team at Hugging Face. I discovered your work through the paper page: https://huggingface.co/papers/2407.15842 (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 your work, which I've listed below.

Make dataset available on the hub

Would you be interested in making your dataset available on the hub? I see it's currently made available on Google Drive.

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("your-hf-organization/artist-data")

See here for a guide: https://huggingface.co/docs/datasets/image_dataset.

Moreover, the dataset could be linked with the paper, see here on how to do that: https://huggingface.co/docs/hub/en/datasets-cards#linking-a-paper

Let me know if you need any help regarding this!

Cheers,

Niels
ML Engineer @ HF 🤗

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

1 participant