Update README.md
Browse files
README.md
CHANGED
@@ -81,4 +81,6 @@ def prompt(instruction, system='', input=''):
|
|
81 |
if input=='':
|
82 |
return f"{system} Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: {instruction} ### Response: "
|
83 |
return f"{system} Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: {instruction} ### Input: {input} ### Response: "
|
84 |
-
```
|
|
|
|
|
|
81 |
if input=='':
|
82 |
return f"{system} Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: {instruction} ### Response: "
|
83 |
return f"{system} Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: {instruction} ### Input: {input} ### Response: "
|
84 |
+
```
|
85 |
+
|
86 |
+
I still need to evaluate the model a lot more but I'm so sleepy and swamped with college work
|