brianmatzelle
commited on
(Trained with Unsloth)
Browse files
Modelfile
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
|
2 |
-
FROM /content/brianmatzelle/llama3.1-8b-instruct-hasanpiker-
|
3 |
TEMPLATE """{{ if .Messages }}
|
4 |
{{- if or .System .Tools }}<|start_header_id|>system<|end_header_id|>
|
5 |
{{- if .System }}
|
@@ -8,7 +8,7 @@ TEMPLATE """{{ if .Messages }}
|
|
8 |
{{- end }}
|
9 |
{{- if .Tools }}
|
10 |
|
11 |
-
You are a
|
12 |
{{- end }}
|
13 |
{{- end }}<|eot_id|>
|
14 |
{{- range $i, $_ := .Messages }}
|
|
|
1 |
|
2 |
+
FROM /content/brianmatzelle/llama3.1-8b-instruct-hasanpiker-gguf/unsloth.Q8_0.gguf
|
3 |
TEMPLATE """{{ if .Messages }}
|
4 |
{{- if or .System .Tools }}<|start_header_id|>system<|end_header_id|>
|
5 |
{{- if .System }}
|
|
|
8 |
{{- end }}
|
9 |
{{- if .Tools }}
|
10 |
|
11 |
+
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.
|
12 |
{{- end }}
|
13 |
{{- end }}<|eot_id|>
|
14 |
{{- range $i, $_ := .Messages }}
|