Improve model card: Add metadata, project page, code, and usage example

#1
by nielsr HF Staff - opened

This PR significantly enhances the model card by:

  • Adding pipeline_tag: image-text-to-text, ensuring the model appears in relevant searches on the Hugging Face Hub (e.g., https://huggingface.co/models?pipeline_tag=image-text-to-text).
  • Specifying library_name: transformers to enable the "Use in Transformers" widget, providing a convenient way for users to load and use the model directly.
  • Adding relevant general tags such as multimodal and qwen2_5 for better categorization.
  • Including direct links to the project page (https://mikewangwzhl.github.io/PAPO/) and the code repository (https://github.com/mikewangwzhl/PAPO).
  • Adding an "About" section that summarizes the model's purpose and key highlights.
  • Providing a basic Python code snippet for quick inference using the transformers library.
PAPOGalaxy changed pull request status to merged

Sign up or log in to comment