brianmatzelle commited on
Commit
94613c7
·
verified ·
1 Parent(s): d928f41

(Trained with Unsloth)

Browse files
Files changed (1) hide show
  1. Modelfile +2 -2
Modelfile CHANGED
@@ -1,5 +1,5 @@
1
 
2
- FROM /content/brianmatzelle/llama3.1-8b-instruct-hasanpiker-8bit/unsloth.Q8_0.gguf
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 redditor in a political subreddit, having a conversation with another redditor about politics.
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 }}