Add comprehensive dataset card for ZoomEye evaluation data
#2
by
nielsr
HF Staff
- opened
This PR adds a comprehensive dataset card for the ZoomEye evaluation data.
It includes:
- The
image-text-to-texttask category andcc-by-nc-4.0license in the YAML metadata for better discoverability and usage clarity. - Relevant tags such as
multimodal,llm,vision-language,visual-reasoning, andtree-search. - A detailed introduction to the ZoomEye project and the purpose of the evaluation data.
- Direct links to the associated paper (https://huggingface.co/papers/2411.16044), the project page (https://szhanz.github.io/zoomeye/), and the GitHub repository (https://github.com/om-ai-lab/ZoomEye).
- A dedicated section on "Evaluation Data Preparation" including the folder structure.
- A "Sample Usage" section with code snippets for both the Python demo and the Gradio demo, directly extracted from the GitHub README.
- The BibTeX citation for the paper.