bartowski commited on
Commit
d08bcfd
1 Parent(s): 624abd4

Update prompt format

Browse files
Files changed (1) hide show
  1. README.md +10 -7
README.md CHANGED
@@ -28,14 +28,17 @@ Original model: https://huggingface.co/Locutusque/SlimHercules-4.0-Mistral-7B-v0
28
 
29
  ## Prompt format
30
 
31
- No chat template specified so default is used. This may be incorrect, check original model card for details.
32
-
33
  ```
34
- <s> [INST] <<SYS>>
35
- {system_prompt}
36
- <</SYS>>
37
-
38
- {prompt} [/INST] </s>
 
 
 
 
 
39
  ```
40
 
41
  ## Available sizes
 
28
 
29
  ## Prompt format
30
 
 
 
31
  ```
32
+ <|im_start|>system
33
+ {message}<|im_end|>
34
+ <|im_start|>user
35
+ {user message}<|im_end|>
36
+ <|im_start|>call
37
+ {function call message}<|im_end|>
38
+ <|im_start|>function
39
+ {function response message}<|im_end|>
40
+ <|im_start|>assistant
41
+ {assistant message}</s>
42
  ```
43
 
44
  ## Available sizes