Skip to main content
Version: Latest

Current model catalog

This catalog covers all five artifacts in the current MoM multilingual embedding collection and all 14 artifacts in the classifier collection. A row represents one logical architecture and lists all of its published release shapes.

Embedding and reranking artifacts

Logical modelPublished artifactArchitectureTraining method
mmBERT-32K foundationmmbert-32k-yarnModernBERT masked-language encoder with a 32K YaRN contextContinued multilingual masked-language modeling
mmBERT-32K embeddermmbert-embed-32k-2d-matryoshkaBi-encoder with layer- and dimension-selectable embeddingsMultiple-negatives ranking with 2D Matryoshka supervision
mmBERT-32K rerankermmbert-rerank-32k-2d-matryoshkaCross-encoder with 20 layer/dimension scoring headsBinary relevance loss averaged across all heads
Small multimodal embeddermulti-modal-embed-smallMiniLM, SigLIP, and Whisper-tiny towers with two-layer fusion; 384 dimensionsStaged image-text and audio-text contrastive alignment with Matryoshka loss
Large multimodal embeddermulti-modal-embed-largemmBERT-32K, SigLIP2-SO400M, and Whisper-medium tri-encoder; 768 dimensionsCached multiple-negatives ranking with hard negatives

See mmBERT-32K models and multimodal embeddings for the data flow, objectives, configuration, and commands.

Classifier artifacts

The first six classifiers below use the multilingual mmBERT-32K/ModernBERT encoder. The two published safety artifacts use jhu-clsp/mmBERT-base; the current safety workflow can train 32K successor artifacts. Sequence classifiers predict one label for the request; the PII model predicts a BIO label for each token.

Logical modelLabels or outputPublished artifactsTraining method
Intent classifier14 subject areasmerged, LoRALoRA sequence classification on MMLU-Pro plus fallback-intent examples
Jailbreak detectorbenign, jailbreakmerged, LoRALoRA sequence classification on benign/toxic chat, attack data, and pattern augmentation
Feedback detectorFour feedback statesmerged, LoRAClass-weighted LoRA sequence classification
Modality routerAR, DIFFUSION, BOTHmerged, LoRALoRA with focal loss, class balancing, and optional synthetic mixed-modality prompts
Fact-check classifierFACT_CHECK_NEEDED, NO_FACT_CHECK_NEEDEDmerged, LoRABalanced LoRA sequence classification on information-seeking and non-information-seeking prompts
PII detector17 entity types represented by 35 BIO labelsmerged, LoRALoRA token classification with character-offset-to-token alignment
Safety Level 1safe, unsafeLoRA adapterDeterministic prompt-only LoRA sequence classification
Safety Level 2Nine hazard outputsLoRADeterministic prompt-only LoRA sequence classification with a fixed taxonomy crosswalk

See classifier models for the first six tasks and safety classifiers for the two-level safety pipeline.

Choose a release shape

Use a merged artifact when the runtime expects a standalone Transformers model. Use a LoRA artifact when the runtime can load PEFT adapters and you want a smaller task-specific artifact. Both shapes must retain the same tokenizer, label order, base-model compatibility, and preprocessing contract used during training.

Model cards describe the released weights. The checked-in training configuration describes a new run. When they differ, treat the release as an existing artifact and the in-tree configuration as the source of truth for retraining; do not assume a new checkpoint will be bit-identical without the original data and run receipt.

The Level 1 safety artifact is a PEFT adapter even though its historical name ends in -merged. Inspect artifact contents and metadata instead of inferring the loading method from a suffix.