Improve model card: Add tags, project page, GitHub, and usage example

#1
by nielsr HF Staff - opened

This PR enhances the model card by:

  • Adding the pipeline_tag: image-text-to-text to ensure better discoverability on the Hugging Face Hub, categorizing the model for multimodal reasoning tasks.
  • Adding the library_name: transformers as the model is compatible with the Transformers library, enabling correct Hub features like the inference API and code snippets.
  • Including direct links to the project page (https://mikewangwzhl.github.io/PAPO/) and the official GitHub repository (https://github.com/mikewangwzhl/PAPO).
  • Adding a Usage section with a Python code example to demonstrate how to load and use the model, improving usability for researchers and developers.

These additions provide more comprehensive information and improve the model's integration and discoverability on the Hub.

PAPOGalaxy changed pull request status to merged

Sign up or log in to comment