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: transformersmetadata tag, as the model explicitly uses and is compatible with the Hugging Face Transformers library, enabling automated code snippets. - Replacing the
tasksmetadata key with the standardpipeline_tag: image-text-to-textfor better categorization and discoverability on the Hub. - Adding relevant descriptive
tagssuch asmedical,multimodal,vision-language-model, andqwen2. - Incorporating an explicit GitHub badge and a
Codetext 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
httpsfor 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