adamo1139 commited on
Commit
e2eddd3
1 Parent(s): 5e44abc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -16,11 +16,11 @@ I recommend using ChatML format, as this was used during fine-tune.
16
  Here's a prompt format you should use, you can set a different system message, model seems to respect that fine, so it wasn't overfitted.
17
 
18
  ```
19
- <|im_start|>system \
20
- A chat with uncensored assistant.<|im_end|> \
21
- <|im_start|>user \
22
- {prompt}<|im_end|> \
23
- <|im_start|>assistant \
24
  ```
25
 
26
  ## Intended uses & limitations
 
16
  Here's a prompt format you should use, you can set a different system message, model seems to respect that fine, so it wasn't overfitted.
17
 
18
  ```
19
+ <|im_start|>system
20
+ A chat with uncensored assistant.<|im_end|>
21
+ <|im_start|>user
22
+ {prompt}<|im_end|>
23
+ <|im_start|>assistant
24
  ```
25
 
26
  ## Intended uses & limitations