TheRightHomeCareTeam
commited on
Commit
•
932cabf
1
Parent(s):
cf3612d
Update README.md
Browse files
README.md
CHANGED
@@ -18,10 +18,10 @@ datasets:
|
|
18 |
[![](drllama.png)]
|
19 |
|
20 |
|
21 |
-
Medical fine tuned version of LLAMA-3-8B quantized in 4 bits using
|
22 |
|
23 |
|
24 |
-
This repository provides a fine-tuned version of the powerful Llama3 8B model, specifically designed to answer medical questions in
|
25 |
|
26 |
**Model & Development**
|
27 |
|
@@ -35,14 +35,6 @@ This repository provides a fine-tuned version of the powerful Llama3 8B model, s
|
|
35 |
- **Knowledge Base:** Trained on a comprehensive medical chatbot dataset.
|
36 |
- **Text Generation:** Generates informative and potentially helpful responses.
|
37 |
|
38 |
-
**Installation**
|
39 |
-
|
40 |
-
This model is accessible through the Hugging Face Transformers library. Install it using pip:
|
41 |
-
|
42 |
-
```bash
|
43 |
-
pip install git+https://github.com/huggingface/accelerate.git
|
44 |
-
pip install git+https://github.com/huggingface/transformers.git
|
45 |
-
pip install bitsandbytes
|
46 |
```
|
47 |
|
48 |
**Important Note**
|
|
|
18 |
[![](drllama.png)]
|
19 |
|
20 |
|
21 |
+
Medical chat fine tuned version of LLAMA-3-8B quantized in 4 bits using a combination of open source datasets and internal business datasets.
|
22 |
|
23 |
|
24 |
+
This repository provides a fine-tuned version of the powerful Llama3 8B model, specifically designed to answer medical questions in a supportive way.
|
25 |
|
26 |
**Model & Development**
|
27 |
|
|
|
35 |
- **Knowledge Base:** Trained on a comprehensive medical chatbot dataset.
|
36 |
- **Text Generation:** Generates informative and potentially helpful responses.
|
37 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
38 |
```
|
39 |
|
40 |
**Important Note**
|