Description
Hi @mapooon,
Niels here from the open-source team at Hugging Face. Congrats on your work and the ECCV Oral!
Would you be interested in providing the PetFace dataset on the hub? So that people can do:
from datasets import load_dataset
dataset = load_dataset("your-hf-username-or-organization/petface")
We do support "gated access" which allows you to manually review anyone who wants to get access to the dataset (similar to how models like LLaMa or Mistral are gated) as well in case you need that: https://huggingface.co/docs/hub/en/datasets-gated.
This would make the benchmark easier accessible, and also discoverable since you can add metadata tags to a dataset card, like "image-classification", enabling people to find it at https://huggingface.co/datasets?task_categories=task_categories:image-classification.
We can then also link the dataset to https://huggingface.co/papers/2407.13555.
Let us know if you need any help.
Cheers,
Niels
ML Engineer @ HF 🤗