Models
Docs
Pricing
Sign in
Download
Models
Download
Docs
Pricing
Sign in
Abyssal
/
intent-classifier-general-accuracy
:1.5b
164
Downloads
Updated
6 days ago
Never refuses: it always returns the single best-matching intent, defined at prompt time with no retraining. Refusal is opt-in via a catch-all intent, which it grabs less eagerly than acv3. For higher accuracy, see acv3.
Never refuses: it always returns the single best-matching intent, defined at prompt time with no retraining. Refusal is opt-in via a catch-all intent, which it grabs less eagerly than acv3. For higher accuracy, see acv3.
Cancel
1.5b
intent-classifier-general-accuracy: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|>