Improve metadata and add GitHub link for Hulu-Med model card

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +14 -5
README.md CHANGED
@@ -1,10 +1,18 @@
1
  ---
2
  license: apache-2.0
 
 
 
 
 
 
 
 
 
3
  frameworks:
4
- - pytorch
5
- tags: []
6
- tasks:
7
- - image-text-to-text
8
  ---
9
 
10
  <div style="display: flex; align-items: center; justify-content: center;">
@@ -18,6 +26,7 @@ tasks:
18
  [![HuggingFace](https://img.shields.io/badge/๐Ÿค—%20Hugging%20Face-Models-yellow)](https://huggingface.co/ZJU-AI4H/Hulu-Med)
19
  [![ModelScope](https://img.shields.io/badge/ModelScope-Models-blue)](https://modelscope.cn/models/Med-Team/Hulu-Med)
20
  [![License](https://img.shields.io/badge/License-Apache%202.0-green.svg)](LICENSE)
 
21
 
22
  [๐Ÿ“„ Paper](http://arxiv.org/abs/2510.08668) | [๐Ÿค— Hulu-Med-7B](https://huggingface.co/ZJU-AI4H/Hulu-Med-7B) |[๐Ÿค— Hulu-Med-14B](https://huggingface.co/ZJU-AI4H/Hulu-Med-14B) |[๐Ÿค— Hulu-Med-32B](https://huggingface.co/ZJU-AI4H/Hulu-Med-32B) | [๐Ÿ”ฎ ModelScope Models](https://modelscope.cn/models/Med-Team/Hulu-Med) | [๐Ÿ“Š Demo](#demo)
23
 
@@ -127,7 +136,7 @@ We provide three model variants with different parameter scales:
127
  ## ๐Ÿ› ๏ธ Installation
128
  ```bash
129
  # Clone the repository
130
- git clone https://github.com/your-org/Hulu-Med.git
131
  cd Hulu-Med
132
  # Create conda environment
133
  conda create -n hulumed python=3.10
 
1
  ---
2
  license: apache-2.0
3
+ tags:
4
+ - medical
5
+ - multimodal
6
+ - vision-language-model
7
+ - image-to-text
8
+ - video-understanding
9
+ - 3d-understanding
10
+ - qwen
11
+ - pytorch
12
  frameworks:
13
+ - pytorch
14
+ pipeline_tag: image-text-to-text
15
+ library_name: transformers
 
16
  ---
17
 
18
  <div style="display: flex; align-items: center; justify-content: center;">
 
26
  [![HuggingFace](https://img.shields.io/badge/๐Ÿค—%20Hugging%20Face-Models-yellow)](https://huggingface.co/ZJU-AI4H/Hulu-Med)
27
  [![ModelScope](https://img.shields.io/badge/ModelScope-Models-blue)](https://modelscope.cn/models/Med-Team/Hulu-Med)
28
  [![License](https://img.shields.io/badge/License-Apache%202.0-green.svg)](LICENSE)
29
+ [![GitHub](https://img.shields.io/badge/GitHub-Code-blue?logo=github)](https://github.com/ZJUI-AI4H/Hulu-Med)
30
 
31
  [๐Ÿ“„ Paper](http://arxiv.org/abs/2510.08668) | [๐Ÿค— Hulu-Med-7B](https://huggingface.co/ZJU-AI4H/Hulu-Med-7B) |[๐Ÿค— Hulu-Med-14B](https://huggingface.co/ZJU-AI4H/Hulu-Med-14B) |[๐Ÿค— Hulu-Med-32B](https://huggingface.co/ZJU-AI4H/Hulu-Med-32B) | [๐Ÿ”ฎ ModelScope Models](https://modelscope.cn/models/Med-Team/Hulu-Med) | [๐Ÿ“Š Demo](#demo)
32
 
 
136
  ## ๐Ÿ› ๏ธ Installation
137
  ```bash
138
  # Clone the repository
139
+ git clone https://github.com/ZJUI-AI4H/Hulu-Med.git
140
  cd Hulu-Med
141
  # Create conda environment
142
  conda create -n hulumed python=3.10