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

Release dataset on Hugging Face #2

Open
NielsRogge opened this issue Sep 28, 2024 · 0 comments
Open

Release dataset on Hugging Face #2

NielsRogge opened this issue Sep 28, 2024 · 0 comments

Comments

@NielsRogge
Copy link

Hi,

Niels here from the open-source team at Hugging Face. Congrats on your work, and getting it accepted to ECCV! I indexed it on paper pages: https://huggingface.co/papers/index?arxivId=2407.16698. The paper pages allow people to discover artifacts such as models, datasets, discuss the paper, etc.

Was wondering whether you'd be up for making the generated dataset available on 🤗 , such that people can download it in 2 lines of code.

Hosting on Hugging Face will give you more visibility, and will 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/image_dataset. We also support Webdataset, useful for image/video datasets: https://huggingface.co/docs/datasets/en/loading#webdataset.

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 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