Models
Docs
Pricing
Sign in
Download
Models
Download
Docs
Pricing
Sign in
Abyssal
/
intent-classifier-general
:1.5b
205
Downloads
Updated
1 month ago
The original in the family. A tiny, promptable intent classifier: define your intents in the prompt, no retraining, and it returns the single best-matching name. It always picks one - there is no refusal option.
The original in the family. A tiny, promptable intent classifier: define your intents in the prompt, no retraining, and it returns the single best-matching name. It always picks one - there is no refusal option.
Cancel
1.5b
intent-classifier-general: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|>