399 3 weeks ago

The balanced pick: high accuracy and steady refusal together. Define intents at prompt time, no retraining. It returns the single best-matching name, or none_of_the_above when nothing fits. Rejects 74% of out-of-scope.

1.5b
b341d26d1314 · 188B
{{ if .System }}<|im_start|>system
{{ .System }}<|im_end|>
{{ end }}{{ if .Prompt }}<|im_start|>user
{{ .Prompt }}<|im_end|>
{{ end }}<|im_start|>assistant
{{ .Response }}<|im_end|>