Improve model card: Add pipeline tag, library name, and GitHub link

#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.
  • Adding library_name: transformers as the model uses components (e.g., Qwen3VLForConditionalGeneration, Qwen3VLProcessor) compatible with the transformers library, enabling the automated code snippet.
  • Including a direct link to the GitHub repository: https://github.com/xashru/sphinx.

The existing arXiv paper link has been retained as per instructions.

Please review and merge if these updates are suitable.

xashru changed pull request status to merged

Sign up or log in to comment