Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
17
5
4
perfecxion.ai
PRO
perfecXion
Follow
webxos's profile picture
1 follower
ยท
2 following
https://perfecxion.ai
perfecxion-ai
perfecxion-ai
AI & ML interests
None yet
Recent Activity
posted
an
update
1 day 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/intentguard). Feedback welcome on domain coverage, adversarial robustness, and multilingual demand.
updated
a model
3 days ago
perfecXion/intentguard-legal
published
a model
3 days ago
perfecXion/intentguard-legal
View all activity
Organizations
perfecXion
's models
3
Sort:ย Recently updated
perfecXion/intentguard-legal
Text Classification
โข
Updated
3 days ago
perfecXion/intentguard-healthcare
Text Classification
โข
Updated
3 days ago
perfecXion/intentguard-finance
Text Classification
โข
Updated
3 days ago