Improve model card: Update pipeline tag, add library name, and prominent links
#1
by
nielsr
HF Staff
- opened
This PR improves the model card by:
- Correcting the
pipeline_tag
toimage-text-to-text
, which accurately reflects the model's capabilities as a Vision-Language Model. This ensures better discoverability on the Hugging Face Hub (e.g., at https://huggingface.co/models?pipeline_tag=image-text-to-text). - Adding
library_name: transformers
, enabling the "Use in Transformers" widget and providing a quick copy-paste snippet for users. - Adding prominent links to the paper and the GitHub repository for easier access to information and code.
- Integrating comprehensive model details, runtime requirements, inference examples, fine-tuning guides, and licensing/citation information from the official project repository.
dengcao
changed pull request status to
merged