Update README.md
Browse files
README.md
CHANGED
@@ -11,8 +11,31 @@ base_model: meta-llama/Meta-Llama-3-8B-Instruct
|
|
11 |
datasets:
|
12 |
- ruslanmv/ai-medical-dataset
|
13 |
pipeline_tag: text-generation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
---
|
15 |
|
|
|
16 |
# ai-medical-model-4bit: Fine-Tuned Llama3 for Technical Medical Questions
|
17 |
[![](future.jpg)](https://ruslanmv.com/)
|
18 |
This repository provides a fine-tuned version of the powerful Llama3 8B Instruct model, specifically designed to answer medical questions in an informative way.
|
|
|
11 |
datasets:
|
12 |
- ruslanmv/ai-medical-dataset
|
13 |
pipeline_tag: text-generation
|
14 |
+
|
15 |
+
model-index:
|
16 |
+
- name: ai-medical-model-4bit
|
17 |
+
results: []
|
18 |
+
widget:
|
19 |
+
- example_title: ai-medical-model-4bit
|
20 |
+
messages:
|
21 |
+
- role: system
|
22 |
+
content: >-
|
23 |
+
You are an expert and experienced from the healthcare and biomedical
|
24 |
+
domain with extensive medical knowledge and practical experience.
|
25 |
+
- role: user
|
26 |
+
content: What was the main cause of the inflammatory CD4+ T cells?
|
27 |
+
output:
|
28 |
+
text: >-
|
29 |
+
The main cause of inflammatory CD4+ T cells is typically attributed to an imbalance in the immune system's response to an antigen, leading to an overactive immune response. This can occur due to various factors, such as
|
30 |
+
1. Autoimmune disorders In conditions like rheumatoid arthritis, lupus, or multiple sclerosis, the immune system mistakenly attacks the body's own tissues, leading to chronic inflammation and the activation of CD4+ T cells.
|
31 |
+
2. Infections Certain infections, like tuberculosis or HIV, can trigger an excessive immune response, resulting in the activation of CD4+ T cells.
|
32 |
+
3. Environmental factors Exposure to pollutants, toxins, or allergens can trigger an immune response, leading to the activation of CD4+ T cells.
|
33 |
+
4. Genetic predisposition Some individuals may be more susceptible to developing inflammatory CD4+ T cells due to their genetic makeup.
|
34 |
+
5. Immunosuppression Weakened immune systems, such as those resulting from immunosuppressive therapy or HIV/AIDS, can lead to an overactive immune response and the activation of CD4+ T cells.
|
35 |
+
These factors can lead to the activation of CD4+
|
36 |
---
|
37 |
|
38 |
+
|
39 |
# ai-medical-model-4bit: Fine-Tuned Llama3 for Technical Medical Questions
|
40 |
[![](future.jpg)](https://ruslanmv.com/)
|
41 |
This repository provides a fine-tuned version of the powerful Llama3 8B Instruct model, specifically designed to answer medical questions in an informative way.
|