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
tasksmetadata key withpipeline_tag: image-text-to-textfor consistency with Hugging Face conventions. - Adding
library_name: transformersmetadata, as evidenced by thetransformersimports in the provided Python code snippets, to enable the automated usage widget on the Hub. - Populating the
tagsfield with descriptive keywords such asmedical,multimodal,vision-language-model,image-to-text,video-understanding,3d-understanding,qwen, andpytorchfor improved discoverability. - Adding a GitHub badge to the top of the model card content for direct access to the code repository.
- Correcting the
git cloneURL 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