ThisIs-Developer
commited on
Commit
•
043df9c
1
Parent(s):
25cd6d6
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# 🐍 Llama-2-GGML-Medical-Chatbot 🤖
|
2 |
The **Llama-2-7B-Chat-GGML-Medical-Chatbot** is a repository for a medical chatbot that uses the _Llama-2-7B-Chat-GGML_ model and the pdf _The Gale Encyclopedia of Medicine_. The chatbot is still under development, but it has the potential to be a valuable tool for patients, healthcare professionals, and researchers. The chatbot can be used to answer questions about medical topics, provide summaries of medical articles, and generate medical text. However, it is important to note that the chatbot is not a substitute for medical advice from a qualified healthcare professional.
|
3 |
![chat_use_case-eb8a4883931d726e9f23628a0d22e315](https://github.com/ThisIs-Developer/Llama-2-GGML-Medical-Chatbot/assets/109382325/b2c0ed2f-1393-4d6f-938a-1b2666a2e898)
|
@@ -44,4 +53,4 @@ https://github.com/ThisIs-Developer/Llama-2-GGML-Medical-Chatbot/assets/10938232
|
|
44 |
|
45 |
![ChatBot Conversession img-2](https://github.com/ThisIs-Developer/Llama-2-GGML-Medical-Chatbot/assets/109382325/1fede7dd-05e1-49de-bbab-f289cbdb9cd9)
|
46 |
|
47 |
-
![ChatBot Conversession img-3](https://github.com/ThisIs-Developer/Llama-2-GGML-Medical-Chatbot/assets/109382325/d10d949f-37e5-4ec4-868d-2e62d8ad69dc)
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
pipeline_tag: document-question-answering
|
6 |
+
tags:
|
7 |
+
- python
|
8 |
+
- llama2
|
9 |
+
---
|
10 |
# 🐍 Llama-2-GGML-Medical-Chatbot 🤖
|
11 |
The **Llama-2-7B-Chat-GGML-Medical-Chatbot** is a repository for a medical chatbot that uses the _Llama-2-7B-Chat-GGML_ model and the pdf _The Gale Encyclopedia of Medicine_. The chatbot is still under development, but it has the potential to be a valuable tool for patients, healthcare professionals, and researchers. The chatbot can be used to answer questions about medical topics, provide summaries of medical articles, and generate medical text. However, it is important to note that the chatbot is not a substitute for medical advice from a qualified healthcare professional.
|
12 |
![chat_use_case-eb8a4883931d726e9f23628a0d22e315](https://github.com/ThisIs-Developer/Llama-2-GGML-Medical-Chatbot/assets/109382325/b2c0ed2f-1393-4d6f-938a-1b2666a2e898)
|
|
|
53 |
|
54 |
![ChatBot Conversession img-2](https://github.com/ThisIs-Developer/Llama-2-GGML-Medical-Chatbot/assets/109382325/1fede7dd-05e1-49de-bbab-f289cbdb9cd9)
|
55 |
|
56 |
+
![ChatBot Conversession img-3](https://github.com/ThisIs-Developer/Llama-2-GGML-Medical-Chatbot/assets/109382325/d10d949f-37e5-4ec4-868d-2e62d8ad69dc)
|