Update README.md
Browse files
README.md
CHANGED
|
@@ -2,9 +2,23 @@
|
|
| 2 |
tags:
|
| 3 |
- model_hub_mixin
|
| 4 |
- pytorch_model_hub_mixin
|
|
|
|
| 5 |
---
|
| 6 |
|
| 7 |
This model has been pushed to the Hub using the [PytorchModelHubMixin](https://huggingface.co/docs/huggingface_hub/package_reference/mixins#huggingface_hub.PyTorchModelHubMixin) integration:
|
| 8 |
-
- Code: [
|
| 9 |
-
- Paper: [
|
| 10 |
-
- Docs: [
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
tags:
|
| 3 |
- model_hub_mixin
|
| 4 |
- pytorch_model_hub_mixin
|
| 5 |
+
license: apache-2.0
|
| 6 |
---
|
| 7 |
|
| 8 |
This model has been pushed to the Hub using the [PytorchModelHubMixin](https://huggingface.co/docs/huggingface_hub/package_reference/mixins#huggingface_hub.PyTorchModelHubMixin) integration:
|
| 9 |
+
- Code: [https://github.com/jusiro](https://github.com/jusiro)
|
| 10 |
+
- Paper: [Medical Image Analysis](https://www.sciencedirect.com/science/article/pii/S1361841524002822) - [ArXiv](https://arxiv.org/pdf/2308.07898)
|
| 11 |
+
- Docs: [Documentation](https://github.com/jusiro)
|
| 12 |
+
|
| 13 |
+
If you find this repository useful, please consider citing this paper:
|
| 14 |
+
```
|
| 15 |
+
@article{FLAIR,
|
| 16 |
+
title = {A Foundation Language-Image Model of the Retina (FLAIR): encoding expert knowledge in text supervision},
|
| 17 |
+
author = {Julio Silva-Rodríguez and Hadi Chakor and Riadh Kobbi and Jose Dolz and Ismail {Ben Ayed}},
|
| 18 |
+
journal = {Medical Image Analysis},
|
| 19 |
+
volume = {99},
|
| 20 |
+
pages = {103357},
|
| 21 |
+
year = {2025},
|
| 22 |
+
issn = {1361-8415},
|
| 23 |
+
}
|
| 24 |
+
```
|