bartowski commited on
Commit
0cccbf6
1 Parent(s): d38bc52

Update prompt format

Browse files
Files changed (1) hide show
  1. README.md +8 -3
README.md CHANGED
@@ -23,12 +23,17 @@ All quants made using imatrix option with dataset provided by Kalomaze [here](ht
23
  ## Prompt format
24
 
25
  ```
26
- <|begin_of_text|><|start_header_id|>system<|end_header_id|>
27
 
28
- {system_prompt}<|eot_id|><|start_header_id|>user<|end_header_id|>
29
 
30
- {prompt}<|eot_id|><|start_header_id|>assistant<|end_header_id|>
31
 
 
 
 
 
 
32
 
33
  ```
34
 
 
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