haoosz/ConceptExpress

Make dataset available on HF

NielsRogge opened this issue · 0 comments

Hi @haoosz,

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/2407.07077.

Would you be interested in providing the dataset on the hub? So that people can do:

from datasets import load_dataset

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

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

This would make the dataset easier accessible, and also discoverable since you can add metadata tags to a dataset card, people use similar datasets to train Dreambooth and Textual Inversion models using the Diffusers library, e.g. the WikiArt dataset: https://huggingface.co/datasets/huggan/wikiart

We can then also link the dataset to the paper page.

Let us know if you need any help.

Cheers,

Niels
ML Engineer @ HF 🤗