# gemma3_text | | | |---|---| | **Model type** | `gemma3_text` | | **Class** | `Gemma3CausalLMModel` | | **Task** | `text-generation` | | **Source** | `models/gemma3_text.py` | ## Description Gemma 3 text model with hybrid attention (global + sliding window), QK-norm, and four-norm decoder layers. ## Usage ```bash mobius build --model output_dir/ ``` ```python from mobius import build model = build("") ```