Update README.md
Browse files
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 |
|