bartowski commited on
Commit
feee006
1 Parent(s): 5661d4a

Update README.md

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