Update README.md
Browse files
README.md
CHANGED
@@ -8,14 +8,42 @@ tags:
|
|
8 |
license: apache-2.0
|
9 |
language:
|
10 |
- en
|
|
|
|
|
|
|
11 |
---
|
12 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
# Uploaded finetuned model
|
14 |
|
15 |
- **Developed by:** dumbequation
|
16 |
- **License:** apache-2.0
|
17 |
-
- **Finetuned from model :** unsloth/Llama-3.2-11B-Vision-Instruct
|
18 |
-
|
19 |
-
This mllama model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
|
20 |
-
|
21 |
-
[<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
|
|
|
8 |
license: apache-2.0
|
9 |
language:
|
10 |
- en
|
11 |
+
datasets:
|
12 |
+
- WinterSchool/MedificsDataset
|
13 |
+
pipeline_tag: visual-question-answering
|
14 |
---
|
15 |
|
16 |
+
Llama3.2 11B vision model fine-tuned medical dataset containing pictures and conversations on radiology and skin cancer images.
|
17 |
+
|
18 |
+
Best used with - min_p = 0.1 and temperature = 1.5
|
19 |
+
|
20 |
+
## Examples
|
21 |
+
|
22 |
+
|
23 |
+

|
24 |
+
|
25 |
+
Question: What does the HRCT of the thorax show?
|
26 |
+
|
27 |
+
Answer: The HRCT shows diffuse irregular linear and reticular pattern with multiple tiny nodules in a reticular pattern, compatible with interstitial lung disease.
|
28 |
+
|
29 |
+
|
30 |
+
|
31 |
+
Question: Which interstitial lung disease is it?
|
32 |
+
|
33 |
+
Answer: It is UIP, which is also known as fibrotic interstitial pneumonia.
|
34 |
+
|
35 |
+
|
36 |
+
Question: What is the prognosis for a patient with definite UIP pattern on HRCT?
|
37 |
+
|
38 |
+
Answer: The prognosis for a patient with definite UIP pattern on HRCT is generally poor, with median survival ranging from 2 to 5 years after the onset of symptoms.
|
39 |
+
|
40 |
+
|
41 |
+
Question: Is there any treatment available for a patient with UIP pattern?
|
42 |
+
Answer: Unfortunately, there is no cure for UIP pattern. Treatment options are limited and focused on managing symptoms and slowing disease progression.
|
43 |
+
|
44 |
+
|
45 |
# Uploaded finetuned model
|
46 |
|
47 |
- **Developed by:** dumbequation
|
48 |
- **License:** apache-2.0
|
49 |
+
- **Finetuned from model :** unsloth/Llama-3.2-11B-Vision-Instruct
|
|
|
|
|
|
|
|