RobCzikkel
commited on
Commit
•
17cb777
1
Parent(s):
50c1aa9
Update README.md
Browse files
README.md
CHANGED
@@ -19,7 +19,15 @@ It achieves the following results on the evaluation set:
|
|
19 |
|
20 |
## Model description
|
21 |
|
22 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
23 |
|
24 |
## Intended uses & limitations
|
25 |
|
|
|
19 |
|
20 |
## Model description
|
21 |
|
22 |
+
The base model used is Microsoft's BioGPT, it was fine-tuned with a custom prompt for a conversational chatbot between a patient and a doctor
|
23 |
+
The prompt used is as follows:
|
24 |
+
"""
|
25 |
+
You are a Doctor. Below is a question from a patient. Write a response to the patient that answers their question\n\n"
|
26 |
+
|
27 |
+
### Patient: {question}"
|
28 |
+
|
29 |
+
### Doctor: {answer}
|
30 |
+
"""
|
31 |
|
32 |
## Intended uses & limitations
|
33 |
|