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-text to ensure the model is discoverable under relevant tasks on the Hub.
  • Adding library_name: transformers to enable the "Use in Transformers" widget and guide users on library compatibility, especially with trust_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 transformers library.

These changes will significantly improve the model's discoverability and usability for the community.

Ready to merge
This branch is ready to get merged automatically.

Sign up or log in to comment