Models
Docs
Pricing
Sign in
Download
Models
Download
Docs
Pricing
Sign in
Havenlon
/
Execution-Boundary-Qwen35-0.8B-Q4_K_M
:latest
27
Downloads
Updated
1 week ago
A lightweight Havenlon-focused Qwen3.5 0.8B model for execution-boundary concepts, local policy reasoning, and constrained edge deployment.
A lightweight Havenlon-focused Qwen3.5 0.8B model for execution-boundary concepts, local policy reasoning, and constrained edge deployment.
Cancel
Execution-Boundary-Qwen35-0.8B-Q4_K_M:latest
...
/
template
2dfd783e201c · 373B
{{ if .System }}<|im_start|>system
{{ .System }}<|im_end|>
{{ end }}{{ if .Messages }}{{ range .Messages }}{{ if eq .Role "user" }}<|im_start|>user
{{ .Content }}<|im_end|>
{{ else if eq .Role "assistant" }}<|im_start|>assistant
{{ .Content }}<|im_end|>
{{ end }}{{ end }}{{ else }}<|im_start|>user
{{ .Prompt }}<|im_end|>
{{ end }}<|im_start|>assistant
<think>
</think>