Improve model card: Add pipeline tag, library name, paper, code, and project page links
#1
by
nielsr
HF Staff
- opened
This PR enhances the model card by:
- Adding
pipeline_tag: image-to-textto improve discoverability on the Hugging Face Hub (https://huggingface.co/models?pipeline_tag=image-to-text). - Including
library_name: transformersto enable the automated "how to use" widget, as the model usestransformersclasses (Qwen2_5_VLForConditionalGeneration,AutoProcessor). - Adding additional relevant tags:
remote-sensing,change-detection, andimage-captioning. - Updating the paper link in the content to the official Hugging Face paper page (https://huggingface.co/papers/2509.01907).
- Adding explicit links to the GitHub repository (https://github.com/Bili-Sakura/RSCC) and project page (https://bili-sakura.github.io/RSCC/).
- Updating the BibTeX citation for the paper to use the arXiv URL for accuracy.
These changes will make the model more accessible and easier to understand for users.
BiliSakura
changed pull request status to
merged