Add pipeline tag, library name, and paper link to model card
#1
by nielsr HF Staff - opened
This PR enhances the model card for MedVLSynther-7B-RL_13K by adding important metadata and clarifying the paper source:
pipeline_tag: image-text-to-text: This tag improves the model's discoverability on the Hugging Face Hub, allowing users to easily find it when filtering for models that perform image-to-text tasks, specifically Visual Question Answering.library_name: transformers: Based on the model'sconfig.jsonand the provided usage examples, this model is compatible with thetransformerslibrary. Adding this tag will enable the automated "how to use" widget on the model page, providing users with a ready-to-run code snippet for inference.- Paper Link: Added a direct link to the associated paper on the Hugging Face papers page in the model card's content for better context and accessibility.
These additions will significantly improve the model's visibility and usability for the community.