Models
Docs
Pricing
Sign in
Download
Models
Download
Docs
Pricing
Sign in
Abyssal
/
intent-classifier-general-oav2
:1.5b
240
Downloads
Updated
1 week ago
The strictest gatekeeper here, rejecting 87% of out-of-scope messages - the highest in the family. Define intents at prompt time, no retraining. It returns the best-matching name, or none_of_the_above when nothing fits.
The strictest gatekeeper here, rejecting 87% of out-of-scope messages - the highest in the family. Define intents at prompt time, no retraining. It returns the best-matching name, or none_of_the_above when nothing fits.
Cancel
1.5b
intent-classifier-general-oav2:1.5b
...
/
template
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|>