What is MoM Model Family?
The MoM (Mixture of Models) Model Family is a curated collection of specialized, lightweight models designed for intelligent routing, content safety, and semantic understanding. These models power the core capabilities of Semantic Router, enabling fast, accurate, and privacy-preserving AI operations.
Overview
The MoM family consists of purpose-built models that handle specific tasks in the routing pipeline:
- Classification Models: Domain detection, PII identification, jailbreak detection
- Embedding Models: Semantic similarity, caching, retrieval
- Safety Models: Hallucination detection, content moderation
- Feedback Models: User intent understanding, conversation analysis
All MoM models are:
- Lightweight: 33M-600M parameters for fast inference
- Specialized: Fine-tuned for specific routing tasks
- Efficient: Many use LoRA adapters for minimal memory footprint
- Open Source: Available on HuggingFace for transparency and customization
Model Categories
1. Classification Models
Domain/Intent Classifier
- Model ID:
models/mom-domain-classifier - HuggingFace:
LLM-Semantic-Router/lora_intent_classifier_bert-base-uncased_model - Purpose: Classify user queries into 14 MMLU categories (math, science, history, etc.)
- Architecture: BERT-base (110M) + LoRA adapters
- Use Case: Route queries to domain-specific models or experts
PII Detector
- Model ID:
models/mom-pii-classifier - HuggingFace:
LLM-Semantic-Router/lora_pii_detector_bert-base-uncased_model - Purpose: Detect 35 types of personally identifiable information
- Architecture: BERT-base (110M) + LoRA adapters
- Use Case: Privacy protection, compliance, data masking
Jailbreak Detector
- Model ID:
models/mom-jailbreak-classifier - HuggingFace:
LLM-Semantic-Router/lora_jailbreak_classifier_bert-base-uncased_model - Purpose: Detect prompt injection and jailbreak attempts
- Architecture: BERT-base (110M) + LoRA adapters
- Use Case: Content safety, prompt security
Feedback Detector
- Model ID:
models/mom-feedback-detector - HuggingFace:
llm-semantic-router/feedback-detector - Purpose: Classify user feedback into 4 types (satisfied, need clarification, wrong answer, want different)
- Architecture: ModernBERT-base (149M)
- Use Case: Adaptive routing, conversation improvement