alhusains commited on
Commit
e5456f1
·
1 Parent(s): c805f3f

update readme

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -32,16 +32,16 @@ model-index:
32
  name: Eurorad radiology cases
33
  metrics:
34
  - type: accuracy
35
- value: 0.8615
36
  name: exact-match accuracy
37
  ---
38
 
39
- # **GPT-OSS-20B – Eurorad Radiology Reasoning (LoRA Adapter)**
40
 
41
- This repository provides a **LoRA adapter** fine-tuned on radiology cases from the **Eurorad** library to enhance differential diagnosis and structured medical reasoning. The adapter attaches to the base model **`openai/gpt-oss-20b`**, enabling stronger radiology-focused performance while remaining lightweight and deployable on a single GPU.
42
 
43
  **Highlights**
44
- - Improved **differential diagnosis accuracy** on Eurorad cases (from 78.6% → **86.2%**)
45
  - Trained with **structured chain-of-thought** derived from gpt-oss-120b
46
  - Adapter-only; the base model remains unchanged
47
  - Works with **Unsloth**, **PEFT**, and **Transformers**
@@ -86,4 +86,4 @@ print(tokenizer.decode(outputs[0], skip_special_tokens=True))
86
  - **Framework:** Unsloth + PEFT (4-bit training)
87
  - **Precision:** bfloat16 mixed precision
88
  - **Training schedule:** 3 epochs, AdamW, LR = 1e-4 with cosine decay and warmup
89
- - **Result:** Improved exact-match diagnostic accuracy on Eurorad cases (base 78.6% → **86.2%**)
 
32
  name: Eurorad radiology cases
33
  metrics:
34
  - type: accuracy
35
+ value: 0.862
36
  name: exact-match accuracy
37
  ---
38
 
39
+ # **GPT-OSS-20B – Differential Diagnosis Radiology Reasoning**
40
 
41
+ This repository provides a **LoRA adapter** fine-tuned on radiology cases from the **Eurorad** dataset to enhance differential diagnosis and structured medical reasoning. The adapter attaches to the base model **`openai/gpt-oss-20b`**, enabling stronger radiology-focused performance while remaining lightweight and deployable on a single GPU.
42
 
43
  **Highlights**
44
+ - Improved **differential diagnosis accuracy** on Eurorad cases (exact match boost from 78.6% → **86.2%**)
45
  - Trained with **structured chain-of-thought** derived from gpt-oss-120b
46
  - Adapter-only; the base model remains unchanged
47
  - Works with **Unsloth**, **PEFT**, and **Transformers**
 
86
  - **Framework:** Unsloth + PEFT (4-bit training)
87
  - **Precision:** bfloat16 mixed precision
88
  - **Training schedule:** 3 epochs, AdamW, LR = 1e-4 with cosine decay and warmup
89
+ - **Result:** Improved exact-match diagnostic accuracy on Eurorad cases (base 78.6% → fine-tuned **86.2%**)