Update README.md
Browse files
README.md
CHANGED
@@ -6,6 +6,15 @@ license: apache-2.0
|
|
6 |
|
7 |
This is the longitudinal, variable CXR report generator trained with teacher forcing (no reinforcement learning).
|
8 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
# ArXiv:
|
10 |
|
11 |
Coming soon...
|
|
|
6 |
|
7 |
This is the longitudinal, variable CXR report generator trained with teacher forcing (no reinforcement learning).
|
8 |
|
9 |
+
# Hugging Face Models From This Paper:
|
10 |
+
|
11 |
+
| Link | Longitudinal | Variable no. of CXRs | 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-variable-tf | N | Y | N |
|
16 |
+
| https://huggingface.co/aehrc/cxrmate-single-tf | N | N | N |
|
17 |
+
|
18 |
# ArXiv:
|
19 |
|
20 |
Coming soon...
|