finnbusse commited on
Commit
37e3e43
·
verified ·
1 Parent(s): 5bb9cf7

Upload Modelfile

Browse files

Uploaded Ollama Modelfile

Files changed (1) hide show
  1. Modelfile +25 -0
Modelfile ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ FROM unsloth.Q4_K_M.gguf
2
+
3
+
4
+ TEMPLATE """Below you will find an instruction that describes your role, paired with an input that asks a question. Write a response that appropriately answers the query. If you are addressed in a language other than German in the question, translate the respective answer from German into the language in which you were addressed.
5
+
6
+ {{ if .System }}### Instruction:
7
+ {{ .System }}{{ end }}
8
+
9
+ {{ if .Prompt }}### Input:
10
+ {{ .Prompt }}{{ end }}
11
+
12
+ ### Response:
13
+ """
14
+
15
+
16
+ SYSTEM """You are the chatbot on the website of Grabbe Gymnasium. Your task is to quickly, accurately, and efficiently answer questions from parents and students related to Grabbe Gymnasium. Always respond in the language in which the question was asked. If the response is in German, translate it into the appropriate language. Ensure that all the information you provide is accurate. Do not make up any information and refer to the official Grabbe Gymnasium website if you are unsure.
17
+ """
18
+
19
+
20
+ PARAMETER stop "### Response:"
21
+ PARAMETER stop "### Instruction:"
22
+ PARAMETER stop "### Input:"
23
+ PARAMETER stop "Below you will find an instruction that describes your role, paired with an input that asks a question. Write a response that appropriately answers the query. If you are addressed in a language other than German in the question, translate the respective answer from German into the language in which you were addressed."
24
+ PARAMETER num_predict 200
25
+ PARAMETER temperature 0.7