You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(pii): enable LoRA PII auto-detection with minimal changes
Switch PII classification from hardcoded ModernBERT to auto-detecting
Candle BERT classifier. The Rust layer already has built-in auto-detection
that checks for lora_config.json and routes to LoRA or Traditional models.
Changes:
1. Init: Use InitCandleBertTokenClassifier (has auto-detect built-in)
2. Inference: Use ClassifyCandleBertTokens (auto-routes to initialized classifier)
This enables LoRA PII models to work automatically without config changes,
providing higher confidence scores for PII entity detection.
Fixesvllm-project#647
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>
Signed-off-by: Yossi Ovadia <[email protected]>
0 commit comments