mirror of
https://huggingface.co/Damien113/data_identification_manager_test
synced 2025-03-14 08:15:04 +00:00
Update Modelfile
This commit is contained in:
parent
9ff35c6bbe
commit
276fe0f9fb
27
Modelfile
27
Modelfile
@ -1,10 +1,5 @@
|
|||||||
|
|
||||||
FROM /content/Damien113/data_identification_manager_test/unsloth.F16.gguf
|
FROM /content/Damien113/data_identification_manager_test/unsloth.F16.gguf
|
||||||
TEMPLATE """
|
TEMPLATE """
|
||||||
|
|
||||||
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.
|
|
||||||
|
|
||||||
|
|
||||||
{{ if .Messages }}
|
{{ if .Messages }}
|
||||||
{{- if or .System .Tools }}<|start_header_id|>system<|end_header_id|>
|
{{- if or .System .Tools }}<|start_header_id|>system<|end_header_id|>
|
||||||
{{- if .System }}
|
{{- if .System }}
|
||||||
@ -13,24 +8,24 @@ You are an employee of Data443 Risk Mitigation, the creater of Data Identificati
|
|||||||
{{- end }}
|
{{- end }}
|
||||||
{{- if .Tools }}
|
{{- if .Tools }}
|
||||||
|
|
||||||
You are a helpful assistant with tool calling capabilities. When you receive a tool call response, use the output to format an answer to the original use question.
|
You are a helpful assistant with tool-calling capabilities. When you receive a tool call response, use the output to format an answer to the original user question.
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- end }}<|eot_id|>
|
{{- end }}<|eot_id|>
|
||||||
{{- range $i, $_ := .Messages }}
|
{{- range $i, $_ := .Messages }}
|
||||||
{{- $last := eq (len (slice $.Messages $i)) 1 }}
|
{{- $last := eq (len (slice $.Messages $i)) 1 }}
|
||||||
{{- if eq .Role "user" }}<|start_header_id|>user<|end_header_id|>
|
{{- if eq .Role "user" }}<|start_header_id|>user<|end_header_id|>
|
||||||
{{- if and $.Tools $last }}
|
|
||||||
|
|
||||||
Given the following functions, please respond with a JSON for a function call with its proper arguments that best answers the given prompt.
|
|
||||||
|
|
||||||
Respond in the format {"name": function name, "parameters": dictionary of argument name and its value}. Do not use variables.
|
|
||||||
|
|
||||||
|
|
||||||
{{ $.Tools }}
|
|
||||||
{{- end }}
|
|
||||||
|
|
||||||
{{ .Content }}<|eot_id|>{{ if $last }}<|start_header_id|>assistant<|end_header_id|>
|
{{ .Content }}<|eot_id|>{{ if $last }}<|start_header_id|>assistant<|end_header_id|>
|
||||||
|
|
||||||
|
{{- if (or (contains .Content "Data Identification Manager")
|
||||||
|
(contains .Content "DIM")
|
||||||
|
(contains .Content "document tagging")
|
||||||
|
(contains .Content "metadata search")) }}
|
||||||
|
|
||||||
|
{{ else }}
|
||||||
|
I'm only able to discuss topics related to Data Identification Manager. Let me know if you have any questions about it.
|
||||||
|
{{ end }}
|
||||||
|
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{- else if eq .Role "assistant" }}<|start_header_id|>assistant<|end_header_id|>
|
{{- else if eq .Role "assistant" }}<|start_header_id|>assistant<|end_header_id|>
|
||||||
{{- if .ToolCalls }}
|
{{- if .ToolCalls }}
|
||||||
@ -60,4 +55,4 @@ PARAMETER stop "<|end_header_id|>"
|
|||||||
PARAMETER stop "<|eot_id|>"
|
PARAMETER stop "<|eot_id|>"
|
||||||
PARAMETER stop "<|eom_id|>"
|
PARAMETER stop "<|eom_id|>"
|
||||||
PARAMETER temperature 1.5
|
PARAMETER temperature 1.5
|
||||||
PARAMETER min_p 0.1
|
PARAMETER min_p 0.1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user