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 HF #8

Open
NielsRogge opened this issue Sep 14, 2024 · 5 comments
Open

Make dataset available on HF #8

NielsRogge opened this issue Sep 14, 2024 · 5 comments

Comments

@NielsRogge
Copy link

Hi @AoiDragon,

Niels here from the open-source team at Hugging Face. Congrats on your work and the ECCV Oral! Discovered it from here: https://huggingface.co/papers/2403.09792 (feel free to claim it as an author).

Would you be interested in providing the dataset on the hub, rather than Google Drive, to improve its usability/discoverability? We can then also link it to the paper page. So that people can do:

from datasets import load_dataset

dataset = load_dataset("your-hf-username-or-organization/hades-images")

See here for a guide: https://huggingface.co/docs/datasets/image_dataset (you can then call dataset.push_to_hub("your-hf-username-or-organization/hades-images") to push it to the hub).

This would make the dataset easier accessible, and also discoverable since you can add metadata tags to a dataset card, like "jailbreaking".

Let us know if you need any help.

Cheers,

Niels
ML Engineer @ HF 🤗

@AoiDragon
Copy link
Owner

Hi @NielsRogge,

Thank you and the Hugging Face team for recognizing our work! We've recently organized our data as an evaluation benchmark for MLLMs, and we're excited to upload our dataset to Hugging Face soon.

@NielsRogge
Copy link
Author

Great, let me know when it would be available :)

@AoiDragon
Copy link
Owner

Our benchmark is available on https://huggingface.co/datasets/Monosail/HADES.

@NielsRogge
Copy link
Author

Awesome :) also opened https://huggingface.co/datasets/Monosail/HADES/discussions/1 to link it to the paper.

Would it be possible to mention the 🤗 Dataset in the README of this Github repo?

@AoiDragon
Copy link
Owner

Sure, thanks for the reminder.

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

2 participants