ruslanmv commited on
Commit
68d3721
·
verified ·
1 Parent(s): d1c162f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -0
README.md CHANGED
@@ -10,6 +10,29 @@ tags:
10
  base_model: meta-llama/Meta-Llama-3-8B
11
  datasets:
12
  - ruslanmv/ai-medical-chatbot
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  ---
14
 
15
  # Medical-Llama3-8B-4bit: Fine-Tuned Llama3 for Medical Q&A
 
10
  base_model: meta-llama/Meta-Llama-3-8B
11
  datasets:
12
  - ruslanmv/ai-medical-chatbot
13
+
14
+ model-index:
15
+ - name: llama3-8B-medical
16
+ results: []
17
+ widget:
18
+ - example_title: llama3-8B-medical
19
+ messages:
20
+ - role: system
21
+ content: >-
22
+ You are an AI Medical Chatbot Assistant, provide comprehensive and informative responses to your inquiries.
23
+ If a question does not make any sense, or is not factually coherent, explain why instead of answering something not correct.
24
+ If you don't know the answer to a question, please don't share false information.
25
+
26
+ - role: user
27
+ content: I'm a 35-year-old male experiencing symptoms like fatigue, increased sensitivity to cold, and dry, itchy skin. Could these be indicative of hypothyroidism?
28
+ output:
29
+ text: >-
30
+ Yes, it is possible. Hypothyroidism can present symptoms like increased sensitivity to cold,
31
+ dry skin, and fatigue. These symptoms are characteristic of hypothyroidism.
32
+ I recommend consulting with a healthcare provider. 2. Hypothyroidism can present symptoms like fever,
33
+ increased sensitivity to cold, dry skin, and fatigue. These symptoms are characteristic of hypothyroidism.
34
+
35
+
36
  ---
37
 
38
  # Medical-Llama3-8B-4bit: Fine-Tuned Llama3 for Medical Q&A