Update README.md
Browse files
README.md
CHANGED
|
@@ -1,4 +1,19 @@
|
|
| 1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
# X-Ray Medical Reporter LLM (Llama3.2-1B)
|
| 3 |
This is Unsloth finetuned Llama3.2-1B model. Finetuned via unsloth and its finetuned to be used by the bigger Xray pneumonia agent project which requires an explainer LLM which can speak more professioinally in medical terms and semantics for conditional reasoning.
|
| 4 |
|
|
|
|
| 1 |
---
|
| 2 |
+
license: mit
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
base_model:
|
| 6 |
+
- unsloth/Llama-3.2-1B-Instruct
|
| 7 |
+
pipeline_tag: text-generation
|
| 8 |
+
tags:
|
| 9 |
+
- X-Ray
|
| 10 |
+
- Medical
|
| 11 |
+
- Diagnosis
|
| 12 |
+
- Unsloth
|
| 13 |
+
- PyTorch
|
| 14 |
+
- Transformers
|
| 15 |
+
---
|
| 16 |
+
---
|
| 17 |
# X-Ray Medical Reporter LLM (Llama3.2-1B)
|
| 18 |
This is Unsloth finetuned Llama3.2-1B model. Finetuned via unsloth and its finetuned to be used by the bigger Xray pneumonia agent project which requires an explainer LLM which can speak more professioinally in medical terms and semantics for conditional reasoning.
|
| 19 |
|