Upload README.md with huggingface_hub
Browse files
README.md
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: other
|
| 3 |
+
tags: [radiology-report-generation, evaluation, metrics, rrg-eval]
|
| 4 |
+
---
|
| 5 |
+
# RRG-Eval Weights
|
| 6 |
+
Weight files for the RRG-Eval radiology report-generation evaluation suite
|
| 7 |
+
(https://github.com/yunyiliu/rrg-eval).
|
| 8 |
+
|
| 9 |
+
| path | metric | notes |
|
| 10 |
+
|------|--------|-------|
|
| 11 |
+
| chexbert/chexbert.pth | CheXbert SembScore + CheXpert-14 F1 | Stanford CheXbert labeler/encoder |
|
| 12 |
+
| radcliq/*.pkl | RadCliQ v0/v1 | composite over [radgraph_combined, bert_f1, semb_score, bleu2] |
|
| 13 |
+
| mrscore/mrscore.pth | MRScore | LLaMA-3-8B-Instruct + LoRA seq-cls (num_labels=6), LoRA+head delta (strict=False) |
|
| 14 |
+
| refine/refine.pth | ReFINE | LoRA seq-cls (num_labels=1) reward model; distinct from FineRadScore |
|