Improve model card: Add pipeline tag, library, project page, and usage example
#1
by
nielsr
HF Staff
- opened
This PR enhances the model card for VPP-LLaVA by:
- Adding
pipeline_tag: image-text-to-textto ensure the model is discoverable under relevant tasks on the Hub. - Adding
library_name: transformersto enable the "Use in Transformers" widget and guide users on library compatibility, especially withtrust_remote_code=True. - Including the project page link: https://osatlas.github.io/.
- Adding the paper abstract and a clear usage example demonstrating how to load and use the model with the
transformerslibrary.
These changes will significantly improve the model's discoverability and usability for the community.