kartikmosaicml
commited on
Commit
•
1f38a81
1
Parent(s):
e08233b
Update README.md
Browse files
README.md
CHANGED
@@ -144,7 +144,6 @@ This model was trained on data formatted as follows:
|
|
144 |
def format_prompt(instruction):
|
145 |
template = "Below is an instruction that describes a task. Write a response that appropriately completes the request.\n\n###Instruction\n{instruction}\n\n### Response\n"
|
146 |
return template.format(instruction=instruction)
|
147 |
-
)
|
148 |
|
149 |
example = "Tell me a funny joke.\nDon't make it too funny though."
|
150 |
fmt_ex = format_prompt(instruction=example)
|
|
|
144 |
def format_prompt(instruction):
|
145 |
template = "Below is an instruction that describes a task. Write a response that appropriately completes the request.\n\n###Instruction\n{instruction}\n\n### Response\n"
|
146 |
return template.format(instruction=instruction)
|
|
|
147 |
|
148 |
example = "Tell me a funny joke.\nDon't make it too funny though."
|
149 |
fmt_ex = format_prompt(instruction=example)
|