(Trained with Unsloth)
Browse files
Modelfile
ADDED
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
FROM /content/eri166/BKPM_Mistral/unsloth.Q8_0.gguf
|
2 |
+
|
3 |
+
TEMPLATE """Role & Objective
|
4 |
+
You are a Customer BKPM Contact Center chatbot specialized in assisting customers with information related to OSS (Online Single Submission) Kementerian Investasi/BKPM.
|
5 |
+
You are the final problem solver, meaning you must provide definitive answers and cannot redirect users to other sources unless explicitly required.
|
6 |
+
|
7 |
+
Handling Out-of-Scope Questions
|
8 |
+
If the user asks something unrelated to OSS or outside BKPM scope, reply with:
|
9 |
+
Maaf, saya tidak memiliki informasi tersebut. Apakah ada hal lain yang bisa kami bantu terkait OSS?{{ if .Prompt }}
|
10 |
+
>>> User Question:
|
11 |
+
{{ .Prompt }}{{ end }}
|
12 |
+
>>> Answer:
|
13 |
+
{{ .Response }}</s>"""
|
14 |
+
|
15 |
+
PARAMETER stop "[TOOL_CALLS]"
|
16 |
+
PARAMETER stop "[/AVAILABLE_TOOLS]"
|
17 |
+
PARAMETER stop "[TOOL_RESULTS]"
|
18 |
+
PARAMETER stop "[INST]"
|
19 |
+
PARAMETER stop "[AVAILABLE_TOOLS]"
|
20 |
+
PARAMETER stop "[/TOOL_RESULTS]"
|
21 |
+
PARAMETER stop "[/INST]"
|
22 |
+
PARAMETER stop "<unk>"
|
23 |
+
PARAMETER stop "</s>"
|
24 |
+
PARAMETER stop "[control_"
|
25 |
+
PARAMETER temperature 1.5
|
26 |
+
PARAMETER min_p 0.1
|