Add pipeline tag, library name, and paper link
#1
by nielsr HF Staff - opened
This PR enhances the model card by adding:
- The
pipeline_tag: image-text-to-textto improve discoverability on the Hub for multimodal models. - The
library_name: transformersto enable the automated "how to use" code snippet, as evidenced by the existing usage examples. - An explicit link to the Hugging Face paper page for MedVLSynther: Synthesizing High-Quality Visual Question Answering from Medical Documents with Generator-Verifier LMMs at the top of the model card for better accessibility.
The existing code usage, license, code repository, and project page links are retained as they are already well-documented.