Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,13 +1,28 @@
|
|
| 1 |
---
|
| 2 |
-
title:
|
| 3 |
-
emoji:
|
| 4 |
-
colorFrom:
|
| 5 |
-
colorTo:
|
| 6 |
sdk: gradio
|
| 7 |
-
sdk_version:
|
| 8 |
-
python_version: '3.13'
|
| 9 |
app_file: app.py
|
| 10 |
pinned: false
|
|
|
|
| 11 |
---
|
| 12 |
|
| 13 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
title: Medical Reasoning SFT 120B
|
| 3 |
+
emoji: 🏥
|
| 4 |
+
colorFrom: blue
|
| 5 |
+
colorTo: green
|
| 6 |
sdk: gradio
|
| 7 |
+
sdk_version: 5.44.1
|
|
|
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
+
license: apache-2.0
|
| 11 |
---
|
| 12 |
|
| 13 |
+
# Medical Reasoning SFT 120B
|
| 14 |
+
|
| 15 |
+
Fine-tuned Llama 3.3 70B for medical reasoning using Adaption AutoScientist.
|
| 16 |
+
|
| 17 |
+
## Results
|
| 18 |
+
|
| 19 |
+
- Win Rate: 31 (base) -> 70 (adapted), +125.8%
|
| 20 |
+
- Science Win Rate: 22 (base) -> 78 (adapted), +254.5%
|
| 21 |
+
- Quality Score: 7.0 -> 7.6, +8.6%
|
| 22 |
+
|
| 23 |
+
## Links
|
| 24 |
+
|
| 25 |
+
- Dataset: https://huggingface.co/datasets/morningstarxcdcode/adaption-medical-reasoning-sft-120b
|
| 26 |
+
- Model: https://huggingface.co/morningstarxcdcode/adaption-medical-reasoning-sft-120b-model
|
| 27 |
+
|
| 28 |
+
Built for the AutoScientist Challenge by Adaption Labs.
|