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 with pipeline_tag: image-text-to-text for consistency with Hugging Face conventions.
  • Adding library_name: transformers metadata, as evidenced by the transformers imports in the provided Python code snippets, to enable the automated usage widget on the Hub.
  • Populating the tags field with descriptive keywords such as medical, multimodal, vision-language-model, image-to-text, video-understanding, 3d-understanding, qwen, and pytorch 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

Sign up or log in to comment