# modernbert | | | |---|---| | **Model type** | `modernbert` | | **Class** | `ModernBertModel` | | **Task** | `feature-extraction` | | **Source** | `models/modernbert.py` | ## Description ModernBERT encoder model for feature extraction. ## Usage ```bash mobius build --model output_dir/ ``` ```python from mobius import build model = build("") ```