Improve Hulu-Med model card: Add `library_name`, `pipeline_tag`, `tags`, and update links

#2
by nielsr HF Staff - opened

This PR enhances the model card for Hulu-Med: A Transparent Generalist Model towards Holistic Medical Vision-Language Understanding by:

  • Adding library_name: transformers metadata, enabling automated code snippets for usage with the transformers library, as evidenced by the Quick Start section.
  • Updating the pipeline tag from the deprecated tasks field to pipeline_tag: image-text-to-text, accurately reflecting its multimodal capabilities.
  • Adding tags: - medical - multimodal-llm for better discoverability and categorization, given the model's focus on medical vision-language understanding.
  • Updating the paper link to the official Hugging Face paper page: https://huggingface.co/papers/2510.08668.
  • Adding a direct link to the GitHub repository: https://github.com/ZJUI-AI4H/Hulu-Med.
  • Removing the redundant "File information" section, which does not add value to the end-user.

These updates improve the model's documentation, accessibility, and discoverability on the Hugging Face Hub.

ZJU-AI4H changed pull request status to merged

Sign up or log in to comment