Models
Docs
Pricing
Sign in
Download
Models
Download
Docs
Pricing
Sign in
davidkeane1974
/
cyberranger-v42
:gold
15
Downloads
Updated
1 week ago
QLoRA fine-tuned Qwen3-8B — injection-resistant without a system prompt
QLoRA fine-tuned Qwen3-8B — injection-resistant without a system prompt
Cancel
cyberranger-v42:gold
...
/
template
4d86ed26c6fc · 194B
{{ if .System }}<|im_start|>system
{{ .System }}<|im_end|>
{{ end }}{{ if .Prompt }}<|im_start|>user
{{ .Prompt }}<|im_end|>
{{ end }}<|im_start|>assistant
{{ .Response }}<|im_end|>