Pinkstack commited on
Commit
4f5e65b
·
verified ·
1 Parent(s): 5574b24

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -1
README.md CHANGED
@@ -39,7 +39,20 @@ This is a pretty lite model which can be run on high end phones pretty quickly u
39
 
40
 
41
  To use this model, you must use a service which supports the GGUF file format.
42
- Additionaly, this is the Prompt Template: it uses the qwen2 template.
 
 
 
 
 
 
 
 
 
 
 
 
 
43
  ```
44
  <thinking>
45
 
 
39
 
40
 
41
  To use this model, you must use a service which supports the GGUF file format.
42
+ Additionaly, this is the Prompt Template options:
43
+
44
+ option 2
45
+
46
+ ```
47
+ {{ if .System }}<|system|>
48
+ {{ .System }}<|im_end|>
49
+ {{ end }}{{ if .Prompt }}<|user|>
50
+ {{ .Prompt }}<|im_end|>
51
+ {{ end }}<|assistant|>
52
+ {{ .Response }}<|im_end|>
53
+ ```
54
+
55
+ option 1
56
  ```
57
  <thinking>
58