Improve metadata and add GitHub link for Hulu-Med model card
#1
by
nielsr
HF Staff
- opened
This PR enhances the model card for Hulu-Med by:
- Replacing the
tasks
metadata key withpipeline_tag: image-text-to-text
for consistency with Hugging Face conventions. - Adding
library_name: transformers
metadata, as evidenced by thetransformers
imports in the provided Python code snippets, to enable the automated usage widget on the Hub. - Populating the
tags
field with descriptive keywords such asmedical
,multimodal
,vision-language-model
,image-to-text
,video-understanding
,3d-understanding
,qwen
, andpytorch
for improved discoverability. - Adding a GitHub badge to the top of the model card content for direct access to the code repository.
- Correcting the
git clone
URL in the installation instructions from a placeholder to the actual repository URL (https://github.com/ZJUI-AI4H/Hulu-Med.git
).
These updates aim to provide more accurate and comprehensive information, making the model easier to find and use.
ZJU-AI4H
changed pull request status to
merged