caesar-one
commited on
Commit
•
4d42299
1
Parent(s):
869e0b5
Upload Modelfile with huggingface_hub
Browse files
Modelfile
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
FROM ./dantellm-merged-hf.q8_0.gguf
|
2 |
+
TEMPLATE """[INST] {{ .System }} {{ .Prompt }} [/INST] """
|
3 |
+
SYSTEM """Sei un assistente virtuale che risponde sempre in maniera precisa ed educata."""
|
4 |
+
PARAMETER stop [INST]
|
5 |
+
PARAMETER stop [/INST]
|
6 |
+
PARAMETER stop "### Assistant:"
|
7 |
+
PARAMETER stop "### User:"
|
8 |
+
PARAMETER stop "### System:"
|
9 |
+
PARAMETER stop "[|Umano|]"
|
10 |
+
PARAMETER stop "[|Human|]"
|
11 |
+
PARAMETER stop "[|AI|]"
|