lokinfey commited on
Commit
ebca2d0
·
verified ·
1 Parent(s): 72c5460

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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|>\n{input}</s>\n<|assistant|>"
36
 
37
 
38
- text = """what is the answer for 1+1? Explain it"""
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)}'