alhusains commited on
Commit
8aa6e92
·
1 Parent(s): e5fbf62

Fix model-index metadata

Browse files
Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -22,15 +22,18 @@ widget:
22
  differential diagnosis and the most likely diagnosis.
23
  example_title: Radiology differential diagnosis
24
  model-index:
25
- - name: gpt-oss-20b-eurorad-lora
26
  results:
27
  - task:
28
  type: text-generation
 
29
  dataset:
30
  type: eurorad
 
31
  metrics:
32
  - type: accuracy
33
  value: 0.8615
 
34
  ---
35
 
36
  # **GPT-OSS-20B – Eurorad Radiology Reasoning (LoRA Adapter)**
 
22
  differential diagnosis and the most likely diagnosis.
23
  example_title: Radiology differential diagnosis
24
  model-index:
25
+ - name: gpt-oss-20b-ddx
26
  results:
27
  - task:
28
  type: text-generation
29
+ name: Radiology differential diagnosis
30
  dataset:
31
  type: eurorad
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)**