# modernbert-decoder | | | |---|---| | **Model type** | `modernbert-decoder` | | **Class** | `ModernBertDecoderModel` | | **Task** | `text-generation` | | **Source** | `models/modernbert.py` | ## Description ModernBERT decoder (causal LM variant). ## Usage ```bash mobius build --model output_dir/ ``` ```python from mobius import build model = build("") ```