Suparious commited on
Commit
f7b372b
·
verified ·
1 Parent(s): f593796

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -5
README.md CHANGED
@@ -45,11 +45,12 @@ streamer = TextStreamer(tokenizer,
45
 
46
  # Convert prompt to tokens
47
  prompt_template = """\
48
- <|im_start|>system
49
- {system_message}<|im_end|>
50
- <|im_start|>user
51
- {prompt}<|im_end|>
52
- <|im_start|>assistant"""
 
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. "\