TheRightHomeCareTeam commited on
Commit
932cabf
1 Parent(s): cf3612d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -10
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 common open source datasets and showing improvements over multilingual tasks. It has been used the standard bitquantized technique for post-fine-tuning quantization reducing the computational time complexity and space complexity required to run the model. The overall architecture it's all LLAMA-3 based.
22
 
23
 
24
- This repository provides a fine-tuned version of the powerful Llama3 8B model, specifically designed to answer medical questions in an informative way. It leverages the rich knowledge contained in the AI Medical Chatbot dataset ([ruslanmv/ai-medical-chatbot](https://huggingface.co/datasets/ruslanmv/ai-medical-chatbot)).
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**