Update README.md
Browse files
README.md
CHANGED
@@ -11,12 +11,25 @@ language:
|
|
11 |
- en
|
12 |
---
|
13 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
# Uploaded model
|
15 |
|
16 |
- **Developed by:** dumbequation
|
17 |
- **License:** apache-2.0
|
18 |
- **Finetuned from model :** Qwen/Qwen2.5-7B-Instruct-1M
|
19 |
|
20 |
-
This qwen2 model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
|
21 |
-
|
22 |
-
[<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
|
|
|
11 |
- en
|
12 |
---
|
13 |
|
14 |
+
|
15 |
+
Qwen2.5 7B trained to think and reason like Deepseek R1, specifically on Diagnostic Medicine.
|
16 |
+
|
17 |
+
Use this to aid your differential diagnosis or ask questions or even just test it's reasoning.
|
18 |
+
|
19 |
+
Use the system prompt below for better results
|
20 |
+
```
|
21 |
+
Respond in the following format:
|
22 |
+
<reasoning>
|
23 |
+
...
|
24 |
+
</reasoning>
|
25 |
+
<answer>
|
26 |
+
...
|
27 |
+
</answer>
|
28 |
+
```
|
29 |
+
|
30 |
# Uploaded model
|
31 |
|
32 |
- **Developed by:** dumbequation
|
33 |
- **License:** apache-2.0
|
34 |
- **Finetuned from model :** Qwen/Qwen2.5-7B-Instruct-1M
|
35 |
|
|
|
|
|
|