Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Radiologist Llama (`Cosmobillian/radiologist_llama`)
|
| 2 |
|
| 3 |
`Radiologist Llama` is a high-performance, multimodal large language model based on `unsloth/Llama-3.2-11B-Vision-Instruct`, fine-tuned to generate radiology reports from chest X-ray (CXR) images. This model is trained to analyze a given X-ray image and produce findings and impressions in text format, mimicking the expertise of a radiologist.
|
|
@@ -136,4 +139,4 @@ _ = model.generate(
|
|
| 136 |
## Author
|
| 137 |
|
| 138 |
✍️ Author & Acknowledgement
|
| 139 |
-
This model was developed by **Cengizhan **BAYRAM (Cosmobillian) using the Unsloth and Hugging Face ecosystems.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
pipeline_tag: image-to-text
|
| 3 |
+
---
|
| 4 |
# Radiologist Llama (`Cosmobillian/radiologist_llama`)
|
| 5 |
|
| 6 |
`Radiologist Llama` is a high-performance, multimodal large language model based on `unsloth/Llama-3.2-11B-Vision-Instruct`, fine-tuned to generate radiology reports from chest X-ray (CXR) images. This model is trained to analyze a given X-ray image and produce findings and impressions in text format, mimicking the expertise of a radiologist.
|
|
|
|
| 139 |
## Author
|
| 140 |
|
| 141 |
✍️ Author & Acknowledgement
|
| 142 |
+
This model was developed by **Cengizhan **BAYRAM (Cosmobillian) using the Unsloth and Hugging Face ecosystems.
|