TheRightHomeCareTeam commited on
Commit
cf3612d
1 Parent(s): 3267372

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +54 -5
README.md CHANGED
@@ -1,5 +1,54 @@
1
- ---
2
- license: other
3
- license_name: internal
4
- license_link: LICENSE
5
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ license_name: internal
4
+ license_link: LICENSE
5
+ tags:
6
+ - medical
7
+ - care
8
+ - Q&A
9
+ ---
10
+ ---
11
+ base_model: meta-llama/Meta-Llama-3-8B
12
+ datasets:
13
+ - /ai-medical-chatbot
14
+ - /CareQA
15
+ - /Internal Care Notes Dataset
16
+ ---
17
+ # Sulis-Dr-Llama-8B-Medical-Chat: Fine-Tuned Llama3 for Medical Q&A
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
+
28
+ - **Developed by:** The Right Home Care Team Ltd
29
+ - **License:** Internal Use
30
+ - **Finetuned from model:** meta-llama/Meta-Llama-3-8B
31
+
32
+ **Key Features**
33
+
34
+ - **Medical Focus:** Optimized to address health-related inquiries.
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**
49
+
50
+ This model is intended for informational purposes only and should not be used as a substitute for professional medical advice. Always consult with a qualified healthcare provider for any medical concerns.
51
+
52
+ **Disclaimer**
53
+
54
+ While we strive to provide informative responses, the accuracy of the model's outputs cannot be guaranteed. It is crucial to consult a doctor or other healthcare professional for definitive medical advice.