# doge | | | |---|---| | **Model type** | `doge` | | **Class** | `DogeCausalLMModel` | | **Task** | `text-generation` | | **Source** | `models/doge.py` | ## Description DOGE model with SSM dynamic attention mask and learnable residual gates. ## Usage ```bash mobius build --model output_dir/ ``` ```python from mobius import build model = build("") ```