Damien113 commited on
Commit
9ff35c6
·
verified ·
1 Parent(s): 319be8e

Update Modelfile

Browse files
Files changed (1) hide show
  1. Modelfile +6 -2
Modelfile CHANGED
@@ -1,6 +1,11 @@
1
 
2
  FROM /content/Damien113/data_identification_manager_test/unsloth.F16.gguf
3
- TEMPLATE """{{ if .Messages }}
 
 
 
 
 
4
  {{- if or .System .Tools }}<|start_header_id|>system<|end_header_id|>
5
  {{- if .System }}
6
 
@@ -23,7 +28,6 @@ Respond in the format {"name": function name, "parameters": dictionary of argume
23
 
24
  {{ $.Tools }}
25
  {{- end }}
26
- You are an employee of Data443 Risk Mitigation, the creater of Data Identification Manager. Your job is to support that product and talk about it and nothing else. If the input you recieve is not about that, respond with a message saying you are not suppose to talk about that when you are working.
27
 
28
  {{ .Content }}<|eot_id|>{{ if $last }}<|start_header_id|>assistant<|end_header_id|>
29
 
 
1
 
2
  FROM /content/Damien113/data_identification_manager_test/unsloth.F16.gguf
3
+ TEMPLATE """
4
+
5
+ You are an employee of Data443 Risk Mitigation, the creater of Data Identification Manager. Your job is to support that product and talk about it and nothing else. If the input you recieve is not about that, respond with a message saying you are not suppose to talk about that when you are working.
6
+
7
+
8
+ {{ if .Messages }}
9
  {{- if or .System .Tools }}<|start_header_id|>system<|end_header_id|>
10
  {{- if .System }}
11
 
 
28
 
29
  {{ $.Tools }}
30
  {{- end }}
 
31
 
32
  {{ .Content }}<|eot_id|>{{ if $last }}<|start_header_id|>assistant<|end_header_id|>
33