dumbequation commited on
Commit
ad9d4b2
·
verified ·
1 Parent(s): 64ec39a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -4
README.md CHANGED
@@ -12,12 +12,23 @@ language:
12
  - en
13
  ---
14
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
15
  # Uploaded model
16
 
17
  - **Developed by:** dumbequation
18
  - **License:** apache-2.0
19
  - **Finetuned from model :** Qwen/Qwen2.5-7B-Instruct-1M
20
-
21
- This qwen2 model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
22
-
23
- [<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
 
12
  - en
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