Update README.md
Browse files
README.md
CHANGED
@@ -32,10 +32,10 @@ search_options['max_length'] = 2048
|
|
32 |
search_options['past_present_share_buffer'] = False
|
33 |
|
34 |
|
35 |
-
chat_template = "<|user
|
36 |
|
37 |
|
38 |
-
text = """
|
39 |
|
40 |
|
41 |
prompt = f'{chat_template.format(input=text)}'
|
|
|
32 |
search_options['past_present_share_buffer'] = False
|
33 |
|
34 |
|
35 |
+
chat_template = "<|im_start|><|user|>{input}<|im_end|>\n<|assistant|>"
|
36 |
|
37 |
|
38 |
+
text = """ Explain 'The goat grazing problem'"""
|
39 |
|
40 |
|
41 |
prompt = f'{chat_template.format(input=text)}'
|