# smollm3 | | | |---|---| | **Model type** | `smollm3` | | **Class** | `SmolLM3CausalLMModel` | | **Task** | `text-generation` | | **Source** | `models/smollm.py` | ## Description SmolLM3 causal language model with per-layer attention control. ## Usage ```bash mobius build --model output_dir/ ``` ```python from mobius import build model = build("") ```