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

Make dataset available on Hugging Face #1

Open
NielsRogge opened this issue Nov 16, 2024 · 0 comments
Open

Make dataset available on Hugging Face #1

NielsRogge opened this issue Nov 16, 2024 · 0 comments

Comments

@NielsRogge
Copy link

Hello @canyuchen 🤗

I'm Niels and work as ML engineer at Hugging Face. I discovered your work as it got featured in Hugging Face's daily papers: https://huggingface.co/papers/2411.06469. The paper page lets people discuss about your paper and lets them find artifacts about it (your dataset for instance) you can also claim the paper as yours which will show up on your public profile at HF.

Would you like to host the dataset you prepare here on https://huggingface.co/datasets? Making this dataset available on the hub will give you more visibility/enable better discoverability, and will also allow people to do:

from datasets import load_dataset

dataset = load_dataset("your-hf-org/your-dataset")

If you're down, leaving a guide here: https://huggingface.co/docs/datasets/loading.

Besides that, there's the dataset viewer which allows people to quickly explore the first few rows of the data in the browser.

After uploaded, we can also link the datasets to the paper page (read here) so people can discover your work.

Let me know if you're interested/need any guidance.

Kind regards,

Niels

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