Improve model card: Add library_name, refine pipeline_tag, and update links

#1
by nielsr HF Staff - opened

This PR enhances the model card for Hulu-Med by:

  • Adding the library_name: transformers metadata tag, as the model explicitly uses and is compatible with the Hugging Face Transformers library, enabling automated code snippets.
  • Replacing the tasks metadata key with the standard pipeline_tag: image-text-to-text for better categorization and discoverability on the Hub.
  • Adding relevant descriptive tags such as medical, multimodal, vision-language-model, and qwen2.
  • Incorporating an explicit GitHub badge and a Code text link in the introductory section for direct access to the project's code.
  • Correcting the placeholder GitHub URL in the "Installation" instructions to the actual repository link (https://github.com/ZJUI-AI4H/Hulu-Med.git).
  • Standardizing the arXiv paper link to https for consistency.

The existing sample usage and other content were kept as they already align with the GitHub README.

ZJU-AI4H changed pull request status to merged

Sign up or log in to comment