Suparious commited on
Commit
399fc70
1 Parent(s): c5de6c8

add an alternative prompt template

Browse files
Files changed (1) hide show
  1. README.md +10 -0
README.md CHANGED
@@ -57,3 +57,13 @@ It is supported by:
57
  {prompt}<|im_end|>
58
  <|im_start|>assistant
59
  ```
 
 
 
 
 
 
 
 
 
 
 
57
  {prompt}<|im_end|>
58
  <|im_start|>assistant
59
  ```
60
+
61
+ Also working with Basic Mistral format:
62
+
63
+ ```plaintext
64
+ <|system|>
65
+ </s>
66
+ <|user|>
67
+ {prompt}</s>
68
+ <|assistant|>
69
+ ```