Update README.md
Browse files
README.md
CHANGED
@@ -31,7 +31,7 @@ import vllm
|
|
31 |
|
32 |
|
33 |
def apply_template(question: str):
|
34 |
-
return ("""
|
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>. \
|