Add anatomical attention GIF to model card
Browse files- .gitattributes +1 -0
- README.md +5 -3
- assets/AnatomicalAttention.gif +3 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
assets/AnatomicalAttention.gif filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
|
@@ -20,9 +20,11 @@ metrics:
|
|
| 20 |
|
| 21 |
**Layer-Wise Anatomical Attention model**
|
| 22 |
|
| 23 |
-
[ArXiv Paper](https://arxiv.org/abs/2512.16841) | [LinkedIn](https://www.linkedin.com/in/devmuniz) | [GitHub Profile](https://github.com/devMuniz02) | [Portfolio](https://devmuniz02.github.io/) | [GitHub Repository](https://github.com/devMuniz02/layer-wise-anatomical-attention) | [Hugging Face Profile](https://huggingface.co/manu02)
|
| 24 |
-
|
| 25 |
-
|
|
|
|
|
|
|
| 26 |
|
| 27 |
LAnA generates radiology reports from chest X-ray images. This training run uses resized chest X-ray PNG images from the CheXpert training split for optimization, while the repository also includes MIMIC-CXR support for test-time evaluation. The model expects a chest X-ray image as input and produces a free-text radiology report as output.
|
| 28 |
|
|
|
|
| 20 |
|
| 21 |
**Layer-Wise Anatomical Attention model**
|
| 22 |
|
| 23 |
+
[ArXiv Paper](https://arxiv.org/abs/2512.16841) | [LinkedIn](https://www.linkedin.com/in/devmuniz) | [GitHub Profile](https://github.com/devMuniz02) | [Portfolio](https://devmuniz02.github.io/) | [GitHub Repository](https://github.com/devMuniz02/layer-wise-anatomical-attention) | [Hugging Face Profile](https://huggingface.co/manu02)
|
| 24 |
+
|
| 25 |
+

|
| 26 |
+
|
| 27 |
+
## What This Model Does
|
| 28 |
|
| 29 |
LAnA generates radiology reports from chest X-ray images. This training run uses resized chest X-ray PNG images from the CheXpert training split for optimization, while the repository also includes MIMIC-CXR support for test-time evaluation. The model expects a chest X-ray image as input and produces a free-text radiology report as output.
|
| 30 |
|
assets/AnatomicalAttention.gif
ADDED
|
Git LFS Details
|