hooking-dev commited on
Commit
e56c3ad
1 Parent(s): 5f9ffc7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -6
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 (Llama-3):**
78
  ```
79
- <|start_header_id|>system<|end_header_id|>
80
- You are an AI assistant trained by hooking. Assist the user with as best as you can.<|eot_id|>
81
- <|start_header_id|>user<|end_header_id|>
82
- {user prompt}
83
- <|eot_id|><|start_header_id|>assistant<|end_header_id|>
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