Improve language tag
Browse filesHi! As the model is multilingual, this is a PR to add other languages than English to the language tag to improve the referencing. Note that 29 languages are announced in the README, but only 13 are explicitly listed. I was therefore only able to add these 13 languages.
README.md
CHANGED
@@ -1,14 +1,26 @@
|
|
1 |
-
---
|
2 |
-
license: mit
|
3 |
-
language:
|
4 |
-
-
|
5 |
-
|
6 |
-
-
|
7 |
-
|
8 |
-
|
9 |
-
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
For detailed imformation, please visit our [GitHub repository](https://github.com/DCDmllm/HealthGPT).
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
language:
|
4 |
+
- zho
|
5 |
+
- eng
|
6 |
+
- fra
|
7 |
+
- spa
|
8 |
+
- por
|
9 |
+
- deu
|
10 |
+
- ita
|
11 |
+
- rus
|
12 |
+
- jpn
|
13 |
+
- kor
|
14 |
+
- vie
|
15 |
+
- tha
|
16 |
+
- ara
|
17 |
+
base_model:
|
18 |
+
- Qwen/Qwen2.5-32B-Instruct
|
19 |
+
pipeline_tag: any-to-any
|
20 |
+
tags:
|
21 |
+
- medical
|
22 |
+
---
|
23 |
+
# HealthGPT
|
24 |
+
Welcome to the model card for **HealthGPT**. This model is developed for unified multi-modal medical tasks.
|
25 |
+
|
26 |
For detailed imformation, please visit our [GitHub repository](https://github.com/DCDmllm/HealthGPT).
|