Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
17
6
4
perfecxion.ai
PRO
perfecXion
Follow
scthornton's profile picture
webxos's profile picture
2 followers
ยท
3 following
https://perfecxion.ai
perfecxion-ai
perfecxion-ai
AI & ML interests
Security
Recent Activity
upvoted
an
article
about 11 hours ago
IntentGuard: Building a Production-Grade Vertical Intent Classifier for LLM Safety
published
an
article
about 14 hours ago
IntentGuard: Building a Production-Grade Vertical Intent Classifier for LLM Safety
reacted
to
their
post
with ๐
5 days ago
# IntentGuard: Open-Source Vertical Intent Classifiers for LLM Guardrails Three models published to the Hub: - [perfecXion/intentguard-finance](https://huggingface.co/perfecXion/intentguard-finance) - [perfecXion/intentguard-healthcare](https://huggingface.co/perfecXion/intentguard-healthcare) - [perfecXion/intentguard-legal](https://huggingface.co/perfecXion/intentguard-legal) DeBERTa-v3-xsmall fine-tuned for three-way classification: **allow**, **deny**, or **abstain**. ONNX + INT8 quantized, under 80MB, p99 <30ms on CPU. Margin-based thresholds (not argmax) โ uncertain queries route to clarification instead of forcing a guess. **Eval results (adversarial test sets, ~470-480 examples per vertical):** | Vertical | Accuracy | Legit-Block Rate | Off-Topic-Pass Rate | |----------|----------|------------------|---------------------| | Finance | 99.6% | 0.00% | 0.00% | | Healthcare | 98.9% | 0.00% | 0.98% | | Legal | 97.9% | 0.00% | 0.50% | ```bash docker run -p 8080:8080 ghcr.io/perfecxion/intentguard:finance-latest curl -X POST http://localhost:8080/v1/classify \ -H "Content-Type: application/json" \ -d '{"messages": [{"role": "user", "content": "What are current mortgage rates?"}]}' ``` Apache 2.0. Full pipeline + Docker configs on [GitHub](https://github.com/perfecxion-ai/intentguard). Feedback welcome on domain coverage, adversarial robustness, and multilingual demand.
View all activity
Organizations
perfecXion
's models
3
Sort:ย Recently updated
perfecXion/intentguard-legal
Text Classification
โข
Updated
9 days ago
perfecXion/intentguard-healthcare
Text Classification
โข
Updated
9 days ago
perfecXion/intentguard-finance
Text Classification
โข
Updated
9 days ago