Add pipeline tag and library_name to metadata and link paper
#1
by
nielsr
HF Staff
- opened
This PR improves the model card for MedVLSynther-3B-RL_5K_PMC-style by:
- Adding the
pipeline_tag: image-text-to-textto the metadata, which enhances the model's discoverability on the Hugging Face Hub for VQA tasks. - Specifying
library_name: transformersin the metadata. This enables the automated "how to use" widget on the model page, as the provided usage code confirms compatibility with the π€ Transformers library. - Adding a direct link to the paper MedVLSynther: Synthesizing High-Quality Visual Question Answering from Medical Documents with Generator-Verifier LMMs in the "Model Description" section for easier access to the research paper.