zkmine commited on
Commit
0ef7692
·
verified ·
1 Parent(s): 1a7673f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -4,17 +4,17 @@ emoji: 🩺
4
  colorFrom: green
5
  colorTo: pink
6
  sdk: gradio
7
- sdk_version: "3.50.2"
8
  app_file: app.py
9
  pinned: false
10
  license: apache-2.0
11
- hardware: cpu-basic
12
  ---
13
 
14
  # PlainScript — Patient-Friendly Medical Rewriter
15
 
16
  Fine-tuned Qwen2-1.5B (QLoRA) that rewrites dense medical text into plain
17
- language. Toggle shows base vs fine-tuned output side by side.
 
18
 
19
  Trained on Cochrane plain-language summary pairs. Drafts for review only —
20
- not medical advice.
 
4
  colorFrom: green
5
  colorTo: pink
6
  sdk: gradio
 
7
  app_file: app.py
8
  pinned: false
9
  license: apache-2.0
10
+ hardware: zero-gpu
11
  ---
12
 
13
  # PlainScript — Patient-Friendly Medical Rewriter
14
 
15
  Fine-tuned Qwen2-1.5B (QLoRA) that rewrites dense medical text into plain
16
+ language. Shows the base model and the fine-tuned model side by side by
17
+ toggling the LoRA adapter on and off.
18
 
19
  Trained on Cochrane plain-language summary pairs. Drafts for review only —
20
+ not medical advice.