# rnd1 | | | |---|---| | **Model type** | `rnd1` | | **Class** | `RND1Model` | | **Task** | `masked-diffusion` | | **Source** | `models/llada.py` | ## Description RND1 denoiser with selected softmax routing weights renormalized to one. ## Usage ```bash mobius build --model output_dir/ ``` ```python from mobius import build model = build("") ```