Update README.md
Browse files
README.md
CHANGED
@@ -1,31 +1,19 @@
|
|
|
|
1 |
model_name: QwenMedic-v1
|
2 |
-
|
3 |
-
|
4 |
-
license: Apache-2.0 (inherited)
|
5 |
-
datasets:
|
6 |
-
- name: FreedomIntelligence/medical-o1-reasoning-SFT
|
7 |
-
split: train
|
8 |
-
- name: jtatman/medical-sci-instruct-1m-sharegpt
|
9 |
-
split: train[:100000]
|
10 |
-
epochs: 1
|
11 |
-
architecture: causal language model
|
12 |
-
parameters: 1.7e9
|
13 |
-
framework:
|
14 |
-
- PyTorch
|
15 |
-
- Hugging Face Transformers
|
16 |
-
tasks:
|
17 |
-
- medical question answering
|
18 |
-
- clinical summarization
|
19 |
-
- decision support
|
20 |
-
languages:
|
21 |
-
- English
|
22 |
pipeline_tag: text-generation
|
23 |
-
|
24 |
-
-
|
25 |
-
-
|
26 |
-
|
27 |
-
|
28 |
-
|
|
|
|
|
|
|
|
|
|
|
29 |
|
30 |
|
31 |
## Model Card: QwenMedic-v1
|
|
|
1 |
+
---
|
2 |
model_name: QwenMedic-v1
|
3 |
+
language: en
|
4 |
+
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
pipeline_tag: text-generation
|
6 |
+
tags:
|
7 |
+
- medical
|
8 |
+
- clinical
|
9 |
+
- question-answering
|
10 |
+
- summarization
|
11 |
+
- decision-support
|
12 |
+
datasets:
|
13 |
+
- FreedomIntelligence/medical-o1-reasoning-SFT
|
14 |
+
- jtatman/medical-sci-instruct-1m-sharegpt
|
15 |
+
---
|
16 |
+
|
17 |
|
18 |
|
19 |
## Model Card: QwenMedic-v1
|