mohamedemam commited on
Commit
8f76b50
·
verified ·
1 Parent(s): 0af18bb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -148,7 +148,7 @@ This function formats the input context, question, and answer into a specific st
148
 
149
  ```python
150
  def chat_Format(self, context, question, answer):
151
- return "Instruction:/n check answer is true or false of next question using context below:\n" + "#context: " + context + f".\n#question: " + question + f".\n#student answer: " + answer + ".\n#response:"
152
  ```
153
 
154
 
 
148
 
149
  ```python
150
  def chat_Format(self, context, question, answer):
151
+ return "Instruction:/n check answer is true or false of next question using context below:\n" + "#context: " + context + f".\n#question: " + question + f".\n#student answer: " + answer + ".\n#response: "
152
  ```
153
 
154