hooking-dev
commited on
Commit
•
e56c3ad
1
Parent(s):
5f9ffc7
Update README.md
Browse files
README.md
CHANGED
@@ -74,13 +74,13 @@ The effectiveness and applicability of the model may be limited by its content d
|
|
74 |
|
75 |
**WE ARE NOT RESPONSIBLE FOR MISUSE!!**
|
76 |
|
77 |
-
**Prompt template (
|
78 |
```
|
79 |
-
<|
|
80 |
-
You are an AI assistant trained by hooking. Assist the user with as best as you can.<|
|
81 |
-
<|
|
82 |
-
{user prompt}
|
83 |
-
<|
|
84 |
{assistant response}
|
85 |
```
|
86 |
|
|
|
74 |
|
75 |
**WE ARE NOT RESPONSIBLE FOR MISUSE!!**
|
76 |
|
77 |
+
**Prompt template (ChatML):**
|
78 |
```
|
79 |
+
<|im_start|>system
|
80 |
+
You are an AI assistant trained by hooking. Assist the user with as best as you can.<|im_end|>
|
81 |
+
<|im_start|> user
|
82 |
+
{user prompt}<|im_end|>
|
83 |
+
<|im_start|>assistant
|
84 |
{assistant response}
|
85 |
```
|
86 |
|