Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -23,16 +23,18 @@ and German**. It is trained on **RefRad2D**, a large‑scale bilingual corpus de
|
|
| 23 |
clinical routine with grounding labels generated automatically (TotalSegmentator +
|
| 24 |
LLM‑based keyword extraction); the clinical dataset itself is **not** released.
|
| 25 |
|
| 26 |
-
This repository holds the released checkpoints.
|
| 27 |
-
|
|
|
|
|
|
|
| 28 |
|
| 29 |
## Contents
|
| 30 |
|
| 31 |
| Subfolder | What it is | Grounding |
|
| 32 |
|---|---|---|
|
| 33 |
-
| [`detection/`](detection) | RadGrounder, token‑based bounding‑box grounding | boxes generated as text tokens |
|
| 34 |
-
| [`segmentation/`](segmentation) | RadGrounder + lightweight mask decoder | `<seg>` spans → binary masks |
|
| 35 |
-
| [`siglip/`](siglip) | the fine‑tuned SigLIP vision encoder (`.ckpt`) | — (only needed to **train** new models; the two checkpoints above already embed their encoder) |
|
| 36 |
|
| 37 |
Both checkpoints use a **frozen fine‑tuned SigLIP** vision encoder. Each model folder also
|
| 38 |
contains its `training_config.json` (the exact training recipe).
|
|
|
|
| 23 |
clinical routine with grounding labels generated automatically (TotalSegmentator +
|
| 24 |
LLM‑based keyword extraction); the clinical dataset itself is **not** released.
|
| 25 |
|
| 26 |
+
This repository holds the released checkpoints.
|
| 27 |
+
|
| 28 |
+
- 🌐 **Project page:** https://radgrounder.github.io
|
| 29 |
+
- 💻 **Code, training, and evaluation:** https://github.com/lmb-freiburg/RadGrounder
|
| 30 |
|
| 31 |
## Contents
|
| 32 |
|
| 33 |
| Subfolder | What it is | Grounding |
|
| 34 |
|---|---|---|
|
| 35 |
+
| [`detection/`](https://huggingface.co/lmb-freiburg/radgrounder/tree/main/detection) | RadGrounder, token‑based bounding‑box grounding | boxes generated as text tokens |
|
| 36 |
+
| [`segmentation/`](https://huggingface.co/lmb-freiburg/radgrounder/tree/main/segmentation) | RadGrounder + lightweight mask decoder | `<seg>` spans → binary masks |
|
| 37 |
+
| [`siglip/`](https://huggingface.co/lmb-freiburg/radgrounder/tree/main/siglip) | the fine‑tuned SigLIP vision encoder (`.ckpt`) | — (only needed to **train** new models; the two checkpoints above already embed their encoder) |
|
| 38 |
|
| 39 |
Both checkpoints use a **frozen fine‑tuned SigLIP** vision encoder. Each model folder also
|
| 40 |
contains its `training_config.json` (the exact training recipe).
|