Safetensors
English
qwen2_5_vl

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's config.json and the provided usage examples, this model is compatible with the transformers library. 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.

Ready to merge
This branch is ready to get merged automatically.

Sign up or log in to comment