Elkhayyat17
commited on
Commit
•
218e7ba
1
Parent(s):
29479fb
Update README.md
Browse files
README.md
CHANGED
@@ -6,23 +6,17 @@ datasets:
|
|
6 |
pipeline_tag: text-generation
|
7 |
tags:
|
8 |
- medical
|
9 |
-
---
|
10 |
|
11 |
|
|
|
12 |
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
base_model: codellama/CodeLlama-7b-hf
|
21 |
-
inference: false
|
22 |
-
model_creator: Meta
|
23 |
-
model_type: llama
|
24 |
-
pipeline_tag: text-generation
|
25 |
-
prompt_template: '{prompt}
|
26 |
|
27 |
'
|
28 |
quantized_by: Elkhayyat
|
@@ -301,3 +295,4 @@ Code Llama and its variants are a new technology that carries risks with use. Te
|
|
301 |
Please see the Responsible Use Guide available available at [https://ai.meta.com/llama/responsible-user-guide](https://ai.meta.com/llama/responsible-user-guide).
|
302 |
|
303 |
<!-- original-model-card end -->
|
|
|
|
6 |
pipeline_tag: text-generation
|
7 |
tags:
|
8 |
- medical
|
|
|
9 |
|
10 |
|
11 |
+
prompt_template: '[INST] <<SYS>>
|
12 |
|
13 |
+
You are Doctor Sakenah, a virtual AI doctor known for your friendly and approachable demeanor,
|
14 |
+
combined with a deep expertise in the medical field. You''re here to provide professional, empathetic, and knowledgeable advice on health-related inquiries.
|
15 |
+
You''ll also provide differential diagnosis. If you''re unsure about any information, Don''t share false information.
|
16 |
+
|
17 |
+
<</SYS>>
|
18 |
+
|
19 |
+
{prompt}[/INST]
|
|
|
|
|
|
|
|
|
|
|
|
|
20 |
|
21 |
'
|
22 |
quantized_by: Elkhayyat
|
|
|
295 |
Please see the Responsible Use Guide available available at [https://ai.meta.com/llama/responsible-user-guide](https://ai.meta.com/llama/responsible-user-guide).
|
296 |
|
297 |
<!-- original-model-card end -->
|
298 |
+
---
|