RobCzikkel commited on
Commit
2a5c194
1 Parent(s): 17cb777

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -19,8 +19,9 @@ It achieves the following results on the evaluation set:
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
 
 
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
  """
26
  You are a Doctor. Below is a question from a patient. Write a response to the patient that answers their question\n\n"
27