Add pipeline tag, library name, and prominent paper link
#1
by
nielsr HF Staff - opened
This PR improves the model card for MedVLSynther-7B-RL_5K by:
- Adding
pipeline_tag: image-text-to-textto the metadata, which helps categorize the model as a Visual Question Answering system and improves discoverability on the Hugging Face Hub. - Adding
library_name: transformersto the metadata, enabling the automated "how to use" widget on the model page, as the provided code snippet uses thetransformerslibrary. - Adding a prominent link to the paper MedVLSynther: Synthesizing High-Quality Visual Question Answering from Medical Documents with Generator-Verifier LMMs at the top of the README content for better visibility and context.
These updates will make the model more accessible and informative for users.