lemonilia commited on
Commit
4750116
·
verified ·
1 Parent(s): 93b3aa9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -46,6 +46,8 @@ Suitable `json` files have been provided to easily apply the prompting format in
46
 
47
  Note: the prompting format is **intentionally different** from that of the Mistral-Instruct base model.
48
 
 
 
49
  ## Block characters
50
  The model uses a _ChatML-like_ prompting format with a few changes from the usual roles typically used for ChatGPT-like assistant chatbots. The first is that to avoid complications with tokenization and special tokens, `<|im_start|>` has been replaced with `▀` (upper half block character) and `<|im_end|>` has been replaced with `▄` (lower half block character).
51
 
 
46
 
47
  Note: the prompting format is **intentionally different** from that of the Mistral-Instruct base model.
48
 
49
+ It is advised to use `▀` as a stop token.
50
+
51
  ## Block characters
52
  The model uses a _ChatML-like_ prompting format with a few changes from the usual roles typically used for ChatGPT-like assistant chatbots. The first is that to avoid complications with tokenization and special tokens, `<|im_start|>` has been replaced with `▀` (upper half block character) and `<|im_end|>` has been replaced with `▄` (lower half block character).
53