Pinkstack commited on
Commit
173691c
·
verified ·
1 Parent(s): a878171

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -46,6 +46,10 @@ the model uses this prompt format: (modified phi-4 prompt)
46
  {{ end }}<|assistant|>{{ .CoT }}<|CoT|>
47
  {{ .Response }}<|FinalAnswer|><|im_end|>
48
  ```
 
 
 
 
49
 
50
  # 🧀 Examples:
51
  (q4_k_m, 10GB rtx 3080, 64GB memory, running inside of MSTY, all use "You are a friendly ai assistant." as the System prompt.)
 
46
  {{ end }}<|assistant|>{{ .CoT }}<|CoT|>
47
  {{ .Response }}<|FinalAnswer|><|im_end|>
48
  ```
49
+ It is recommended to use a system prompt like this one:
50
+ ```
51
+ You are a helpful ai assistant. Make sure to put your finalanswer at the end.
52
+ ```
53
 
54
  # 🧀 Examples:
55
  (q4_k_m, 10GB rtx 3080, 64GB memory, running inside of MSTY, all use "You are a friendly ai assistant." as the System prompt.)