-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Hi @xiaorui638 🤗
I'm Niels and work as part of the open-source team at Hugging Face. I discovered your work through Hugging Face's daily papers as yours got featured: https://huggingface.co/papers/2603.17662.
The paper page lets people find artifacts about your work, and it's fantastic to see that you've already shared the FINER-Tuning data and the collection of fine-tuned models on the Hub! This significantly helps with the discoverability of your research.
I noticed that the benchmark datasets, FINER-CompreCap and FINER-DOCCI, are mentioned as "coming soon" in the repository. Would you like to also host these benchmarks on https://huggingface.co/datasets?
Hosting them on Hugging Face would provide better visibility for the evaluation part of your work and allow researchers to easily load them via:
from datasets import load_dataset
dataset = load_dataset("xiaorui638/FINER-CompreCap")Besides that, there's the dataset viewer which allows people to quickly explore the fine-grained queries and images directly in the browser. After uploaded, we can also link these datasets to the paper page so people can find all related artifacts in one place.
Let me know if you're interested or need any guidance!
Kind regards,
Niels