bartowski commited on
Commit
4686b6f
1 Parent(s): 8bc6d85

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -6
README.md CHANGED
@@ -24,14 +24,14 @@ All quants made using imatrix option with dataset provided by Kalomaze [here](ht
24
 
25
  ## Prompt format
26
 
27
- No chat template specified so default is used. This may be incorrect, check original model card for details.
28
 
29
  ```
30
- <s> [INST] <<SYS>>
31
- {system_prompt}
32
- <</SYS>>
33
-
34
- {prompt} [/INST] </s>
35
  ```
36
 
37
  ## Download a file (not the whole branch) from below:
 
24
 
25
  ## Prompt format
26
 
27
+ No chat template specified so ChatML is used. This may be incorrect, check original model card for details.
28
 
29
  ```
30
+ <|im_start|>system
31
+ {message}<|im_end|>
32
+ <|im_start|>user
33
+ {user message}<|im_end|>
34
+ <|im_start|>assistant
35
  ```
36
 
37
  ## Download a file (not the whole branch) from below: