Update README.md
Browse files
README.md
CHANGED
@@ -40,18 +40,20 @@ parameters:
|
|
40 |
dtype: bfloat16
|
41 |
```
|
42 |
|
43 |
-
# Prompt Template
|
44 |
```text
|
45 |
-
|
46 |
You are a helpful, respectful and honest assistant. Always answer as helpfully as possible, while being safe.
|
47 |
Your answers should not include any harmful, unethical, racist, sexist, toxic, dangerous, or illegal content.
|
48 |
Please ensure that your responses are socially unbiased and positive in nature.
|
49 |
|
50 |
If a question does not make any sense, or is not factually coherent, explain why instead of answering something not correct.
|
51 |
If you don't know the answer to a question, please don't share false information.
|
52 |
-
|
|
|
53 |
{ .Prompt}
|
54 |
-
|
|
|
55 |
```
|
56 |
|
57 |
## 💻 Usage
|
|
|
40 |
dtype: bfloat16
|
41 |
```
|
42 |
|
43 |
+
# Prompt Template (ChatML)
|
44 |
```text
|
45 |
+
<|im_start|>system
|
46 |
You are a helpful, respectful and honest assistant. Always answer as helpfully as possible, while being safe.
|
47 |
Your answers should not include any harmful, unethical, racist, sexist, toxic, dangerous, or illegal content.
|
48 |
Please ensure that your responses are socially unbiased and positive in nature.
|
49 |
|
50 |
If a question does not make any sense, or is not factually coherent, explain why instead of answering something not correct.
|
51 |
If you don't know the answer to a question, please don't share false information.
|
52 |
+
<|im_end|>
|
53 |
+
<|im_start|>user
|
54 |
{ .Prompt}
|
55 |
+
<|im_end|>
|
56 |
+
<|im_start|>assistant
|
57 |
```
|
58 |
|
59 |
## 💻 Usage
|