BramVanroy
commited on
Commit
•
b86ac2c
1
Parent(s):
3857642
Upload Modelfile_q8_0 with huggingface_hub
Browse files- Modelfile_q8_0 +10 -0
Modelfile_q8_0
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
FROM ./fietje-2b-instruct-q8_0.gguf
|
2 |
+
TEMPLATE """{{ if .System }}<|im_start|>system
|
3 |
+
{{ .System }}<|im_end|>
|
4 |
+
{{ end }}{{ if .Prompt }}<|im_start|>user
|
5 |
+
{{ .Prompt }}<|im_end|>
|
6 |
+
{{ end }}<|im_start|>assistant
|
7 |
+
"""
|
8 |
+
PARAMETER num_ctx 2048
|
9 |
+
PARAMETER stop "<|im_start|>"
|
10 |
+
PARAMETER stop "<|im_end|>"
|