Update README.md
Browse files
README.md
CHANGED
@@ -45,11 +45,12 @@ streamer = TextStreamer(tokenizer,
|
|
45 |
|
46 |
# Convert prompt to tokens
|
47 |
prompt_template = """\
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
{prompt}
|
52 |
-
|
|
|
53 |
|
54 |
prompt = "You're standing on the surface of the Earth. "\
|
55 |
"You walk one mile south, one mile west and one mile north. "\
|
|
|
45 |
|
46 |
# Convert prompt to tokens
|
47 |
prompt_template = """\
|
48 |
+
### System:
|
49 |
+
You are an AI assistant. User will give you a task. Your goal is to complete the task as faithfully as you can. While performing the task think step-by-step and justify your steps.
|
50 |
+
### User:
|
51 |
+
{prompt}
|
52 |
+
### Assistant:
|
53 |
+
"""
|
54 |
|
55 |
prompt = "You're standing on the surface of the Earth. "\
|
56 |
"You walk one mile south, one mile west and one mile north. "\
|