Add pipeline tag and library name
#1
by nielsr HF Staff - opened
This PR adds the missing pipeline_tag and library_name metadata to the model card. This ensures the model is correctly categorized on the Hub (as image-text-to-text) and enables a "Use in Transformers" code snippet, since the model architecture (Qwen3_5ForConditionalGeneration) is fully compatible with the transformers library. No other changes are needed as the existing card already contains the paper link, GitHub references, and detailed usage guidance.