morningstarxcdcode commited on
Commit
d59a741
·
verified ·
1 Parent(s): 7868916

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +22 -7
README.md CHANGED
@@ -1,13 +1,28 @@
1
  ---
2
- title: Adaption Medical Reasoning Demo
3
- emoji: 🌖
4
- colorFrom: pink
5
- colorTo: blue
6
  sdk: gradio
7
- sdk_version: 6.19.0
8
- python_version: '3.13'
9
  app_file: app.py
10
  pinned: false
 
11
  ---
12
 
13
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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.