dumbequation commited on
Commit
2e27de6
·
verified ·
1 Parent(s): 04fd693

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -3
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
+ Qwen2.5 7B trained to think and reason like Deepseek R1, specifically on Diagnostic Medicine.
15
+
16
+ Use this to aid your differential diagnosis or ask questions or even just test it's reasoning.
17
+
18
+ Use the system prompt below for better results
19
+ ```
20
+ Respond in the following format:
21
+ <reasoning>
22
+ ...
23
+ </reasoning>
24
+ <answer>
25
+ ...
26
+ </answer>
27
+ ```
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