Models
Docs
Pricing
Sign in
Download
Models
Download
Docs
Pricing
Sign in
R4C3R
/
qwen2.5-3b-heretic
:latest
1,531
Downloads
Updated
1 month ago
Decensored Qwen2.5-3B-Instruct with 2/100 refusals via Heretic abliteration. General-purpose 3B model for local use.
Decensored Qwen2.5-3B-Instruct with 2/100 refusals via Heretic abliteration. General-purpose 3B model for local use.
Cancel
tools
qwen2.5-3b-heretic:latest
...
/
template
16b14c6d0279 · 615B
{{- if .Tools }}<|im_start|>system
{{ .System }}
# Tools
You may call one or more functions to assist with the user query.
You are provided with function signatures within <tools></tools> XML tags:
<tools>
{{ .Tools }}
</tools>
For each function call, return a json object with function name and arguments within <tool_call></tool_call> XML tags:
<tool_call>
{"name": "<function-name>", "arguments": <args-json-object>}
</tool_call><|im_end|>
{{- else }}<|im_start|>system
{{ .System }}<|im_end|>
{{- end }}
{{- range .Messages }}<|im_start|>{{ .Role }}
{{ .Content }}<|im_end|>
{{- end }}<|im_start|>assistant