Update README.md
Browse files
README.md
CHANGED
@@ -4,15 +4,15 @@ license: apache-2.0
|
|
4 |
|
5 |
# CXRMate: Longitudinal Data and a Semantic Similarity Reward for Chest X-Ray Report Generation
|
6 |
|
7 |
-
This is the
|
8 |
|
9 |
## Hugging Face Models From This Paper:
|
10 |
|
11 |
-
| Link | Longitudinal |
|
12 |
|---|---|---|---|
|
13 |
| https://huggingface.co/aehrc/cxrmate | Y | Y | Y |
|
14 |
| https://huggingface.co/aehrc/cxrmate-tf | Y | Y | N |
|
15 |
-
| https://huggingface.co/aehrc/cxrmate-
|
16 |
| https://huggingface.co/aehrc/cxrmate-single-tf | N | N | N |
|
17 |
|
18 |
## ArXiv:
|
@@ -22,4 +22,4 @@ This is the variable Chest X-Ray (CXR) report generator trained with teacher for
|
|
22 |
- https://github.com/aehrc/cxrmate
|
23 |
|
24 |
## Notebook Example:
|
25 |
-
- https://github.com/aehrc/cxrmate/blob/main/examples/cxrmate-
|
|
|
4 |
|
5 |
# CXRMate: Longitudinal Data and a Semantic Similarity Reward for Chest X-Ray Report Generation
|
6 |
|
7 |
+
This is the multi-image Chest X-Ray (CXR) report generator trained with teacher forcing (no reinforcement learning).
|
8 |
|
9 |
## Hugging Face Models From This Paper:
|
10 |
|
11 |
+
| Link | Longitudinal | Multi-image | Reinforcement learning |
|
12 |
|---|---|---|---|
|
13 |
| https://huggingface.co/aehrc/cxrmate | Y | Y | Y |
|
14 |
| https://huggingface.co/aehrc/cxrmate-tf | Y | Y | N |
|
15 |
+
| https://huggingface.co/aehrc/cxrmate-multi-tf | N | Y | N |
|
16 |
| https://huggingface.co/aehrc/cxrmate-single-tf | N | N | N |
|
17 |
|
18 |
## ArXiv:
|
|
|
22 |
- https://github.com/aehrc/cxrmate
|
23 |
|
24 |
## Notebook Example:
|
25 |
+
- https://github.com/aehrc/cxrmate/blob/main/examples/cxrmate-multi-tf.ipynb
|