Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
## Model Card: QwenMedic-v1
|
2 |
|
3 |
### Overview
|
|
|
1 |
+
model_name: QwenMedic-v1
|
2 |
+
base_model: Qwen3-1.7B
|
3 |
+
version: 1.0
|
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 |
+
quantization:
|
24 |
+
- float16
|
25 |
+
- int4
|
26 |
+
hardware: NVIDIA RTX 3090 (24 GB)
|
27 |
+
website: https://ross-developers.com
|
28 |
+
contact_email: [email protected]
|
29 |
+
|
30 |
+
|
31 |
## Model Card: QwenMedic-v1
|
32 |
|
33 |
### Overview
|