bartowski commited on
Commit
e019918
1 Parent(s): 15d5c17

Put prompt back

Browse files

Undocumented but seems to work so re-including it

Files changed (1) hide show
  1. README.md +7 -1
README.md CHANGED
@@ -21,7 +21,13 @@ All quants made using imatrix option with dataset from [here](https://gist.githu
21
 
22
  ## Prompt format
23
 
24
- This model does not use a prompt format
 
 
 
 
 
 
25
 
26
  ## Download a file (not the whole branch) from below:
27
 
 
21
 
22
  ## Prompt format
23
 
24
+ ```
25
+ <s> [INST] <<SYS>>
26
+ {system_prompt}
27
+ <</SYS>>
28
+
29
+ {prompt} [/INST] </s>
30
+ ```
31
 
32
  ## Download a file (not the whole branch) from below:
33