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-textto ensure better discoverability on the Hugging Face Hub. - Adding
library_name: transformersas the model uses components (e.g.,Qwen3VLForConditionalGeneration,Qwen3VLProcessor) compatible with thetransformerslibrary, 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