bluesky333
commited on
Commit
•
6f94dc1
1
Parent(s):
92a2976
Update README.md
Browse files
README.md
CHANGED
@@ -3,7 +3,7 @@ license: mit
|
|
3 |
---
|
4 |
# SLaVA-CXR: Small Language and Vision Assistant for Chest X-ray Report Automation
|
5 |
|
6 |
-
**SLaVA-CXR: Small Language and Vision Assistant for Chest X-ray Report Automation** [[Paper](https://arxiv.org/abs/2409.13321)] [[Code](https://github.com/knowlab/SLaVA-CXR)] <br>
|
7 |
|
8 |
## Contents
|
9 |
- [Install](#install)
|
@@ -20,9 +20,6 @@ pip install --upgrade pip # enable PEP 660 support
|
|
20 |
pip install -e .
|
21 |
```
|
22 |
|
23 |
-
## MODEL
|
24 |
-
The SLaVA-CXR model can be downloaded in [HuggingFace](https://drive.google.com/file/d/1c0BXEuDy8Cmm2jfN0YYGkQxFZd2ZIoLg/view).
|
25 |
-
|
26 |
## Train
|
27 |
The training codes is made available. The training datasets are currently not available.
|
28 |
|
|
|
3 |
---
|
4 |
# SLaVA-CXR: Small Language and Vision Assistant for Chest X-ray Report Automation
|
5 |
|
6 |
+
**SLaVA-CXR: Small Language and Vision Assistant for Chest X-ray Report Automation** [[Paper](https://arxiv.org/abs/2409.13321)] [[Code](https://github.com/knowlab/SLaVA-CXR)] [[Model](https://huggingface.co/bluesky333/SLaVA-CXR)] <br>
|
7 |
|
8 |
## Contents
|
9 |
- [Install](#install)
|
|
|
20 |
pip install -e .
|
21 |
```
|
22 |
|
|
|
|
|
|
|
23 |
## Train
|
24 |
The training codes is made available. The training datasets are currently not available.
|
25 |
|