Nickyang commited on
Commit
91a392d
·
verified ·
1 Parent(s): 2cf938d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -31,7 +31,7 @@ import vllm
31
 
32
 
33
  def apply_template(question: str):
34
- return ("""<|startoftext|>A conversation between User and Assistant. The User asks a question, and the Assistant solves it. \
35
  The Assistant first thinks about the reasoning process in the mind and then provides the User with the answer. \
36
  The reasoning process is enclosed within <think> </think> and answer is enclosed within <answer> </answer> tags, respectively, \
37
  i.e., <think> reasoning process here </think> <answer> answer here </answer>. \
 
31
 
32
 
33
  def apply_template(question: str):
34
+ return ("""A conversation between User and Assistant. The User asks a question, and the Assistant solves it. \
35
  The Assistant first thinks about the reasoning process in the mind and then provides the User with the answer. \
36
  The reasoning process is enclosed within <think> </think> and answer is enclosed within <answer> </answer> tags, respectively, \
37
  i.e., <think> reasoning process here </think> <answer> answer here </answer>. \