bartowski commited on
Commit
8bbfc10
1 Parent(s): bb65e10

Update prompt format

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