Enhance model card with pipeline tag, library name, and paper link
#1
by nielsr HF Staff - opened
This PR improves the model card for MedVLSynther-3B-RL_13K by adding essential metadata and linking to the official Hugging Face paper page.
Specifically, it adds:
pipeline_tag: image-text-to-textto improve discoverability on the Hugging Face Hub for visual question answering tasks.library_name: transformersto enable the automated "how to use" widget on the model page, as the model's compatibility with thetransformerslibrary is evident from the usage example.- A direct link to the paper: MedVLSynther: Synthesizing High-Quality Visual Question Answering from Medical Documents with Generator-Verifier LMMs at the top of the model card for better context.
These updates will make the model more accessible and easier to use for the community.