crumb commited on
Commit
5011d5a
1 Parent(s): f23c32c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
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