Improve model card: add pipeline tag, library name, and paper link
#1
by
nielsr HF Staff - opened
This PR enhances the model card by adding key metadata and improving discoverability:
- Adds
pipeline_tag: image-text-to-textto ensure the model appears under the relevant task category on the Hugging Face Hub. - Adds
library_name: transformersas the model's usage snippet confirms compatibility with the Hugging Face Transformers library, enabling the automated "how to use" widget. - Inserts a direct link to the paper, MedVLSynther: Synthesizing High-Quality Visual Question Answering from Medical Documents with Generator-Verifier LMMs, at the beginning of the model card content for improved visibility.