Commit
·
9ea1aa5
1
Parent(s):
d656f6d
Update README.md
Browse files
README.md
CHANGED
@@ -2,29 +2,22 @@
|
|
2 |
license: apache-2.0
|
3 |
pipeline_tag: image-to-text
|
4 |
---
|
5 |
-
# Model Card for Model ID
|
6 |
|
7 |
-
|
8 |
|
9 |
-
|
10 |
-
|
11 |
-
# Model Details
|
12 |
-
|
13 |
-
## Model Description
|
14 |
-
|
15 |
-
This model generates realistic radiology reports given an chest X-ray and a clinical indication (e.g. 'RLL crackles, eval for pneumonia').
|
16 |
|
17 |
- **Developed by:** Nathan Sutton
|
18 |
- **Model type:** BLIP
|
19 |
- **Language(s) (NLP):** English
|
20 |
- **License:** Apache 2.0
|
21 |
-
- **Finetuned from model
|
22 |
|
23 |
-
## Model
|
24 |
|
25 |
- **Repository:** https://github.com/nathansutton/prerad
|
26 |
-
- **Paper
|
27 |
-
- **Demo
|
28 |
|
29 |
|
30 |
## Direct Use
|
@@ -64,6 +57,4 @@ report = processor.decode(output[0], skip_special_tokens=True)
|
|
64 |
|
65 |
# Training Details
|
66 |
|
67 |
-
## Training Data
|
68 |
-
|
69 |
This model was trained by cross-referencing the radiology reports in MIMIC-CXR with the images in the MIMIC-CXR-JPG. None are available here and require a data usage agreement with physionet.
|
|
|
2 |
license: apache-2.0
|
3 |
pipeline_tag: image-to-text
|
4 |
---
|
|
|
5 |
|
6 |
+
## generate-cxr
|
7 |
|
8 |
+
This BlipForConditionalGeneration model generates realistic radiology reports given an chest X-ray and a clinical indication (e.g. 'RLL crackles, eval for pneumonia').
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
|
10 |
- **Developed by:** Nathan Sutton
|
11 |
- **Model type:** BLIP
|
12 |
- **Language(s) (NLP):** English
|
13 |
- **License:** Apache 2.0
|
14 |
+
- **Finetuned from model:** Salesforce/blip-image-captioning-large
|
15 |
|
16 |
+
## Model SourceS
|
17 |
|
18 |
- **Repository:** https://github.com/nathansutton/prerad
|
19 |
+
- **Paper:** https://medium.com/@nasutton/a-new-generative-model-for-radiology-b687a993cbb
|
20 |
+
- **Demo:** https://nathansutton-prerad.hf.space/
|
21 |
|
22 |
|
23 |
## Direct Use
|
|
|
57 |
|
58 |
# Training Details
|
59 |
|
|
|
|
|
60 |
This model was trained by cross-referencing the radiology reports in MIMIC-CXR with the images in the MIMIC-CXR-JPG. None are available here and require a data usage agreement with physionet.
|