Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
base_model:
|
6 |
+
- Qwen/Qwen2.5-32B-Instruct
|
7 |
+
pipeline_tag: any-to-any
|
8 |
+
tags:
|
9 |
+
- medical
|
10 |
+
---
|
11 |
+
# HealthGPT
|
12 |
+
Welcome to the model card for **HealthGPT**. This model is developed for unified multi-modal medical tasks.
|
13 |
+
|
14 |
+
For detailed imformation, please visit our [GitHub repository](https://github.com/DCDmllm/HealthGPT).
|