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: transformersmetadata, enabling automated code snippets for usage with thetransformerslibrary, as evidenced by theQuick Startsection. - Updating the pipeline tag from the deprecated
tasksfield topipeline_tag: image-text-to-text, accurately reflecting its multimodal capabilities. - Adding
tags: - medical - multimodal-llmfor 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