Update README.md
Browse files
README.md
CHANGED
@@ -71,13 +71,9 @@ tokenizer.pad_token = tokenizer.eos_token
|
|
71 |
|
72 |
## inference
|
73 |
prompt = """
|
74 |
-
|
75 |
-
You are a helpful AI assistant.
|
76 |
-
Take a deep breath and think step-by-step.<|im_end|>
|
77 |
|
78 |
-
|
79 |
-
Write a tale about a time-traveling historian who's determined to witness the most significant events in human history.<|im_end|>
|
80 |
-
<|im_start|>assistant
|
81 |
"""
|
82 |
|
83 |
# tokenize the input string
|
|
|
71 |
|
72 |
## inference
|
73 |
prompt = """
|
74 |
+
<s>[INST] Take a deep breath and think step-by-step.
|
|
|
|
|
75 |
|
76 |
+
Write a tale about a time-traveling historian who's determined to witness the most significant events in human history. [/INST]
|
|
|
|
|
77 |
"""
|
78 |
|
79 |
# tokenize the input string
|