# gemma3n_text | | | |---|---| | **Model type** | `gemma3n_text` | | **Class** | `Gemma3nCausalLMModel` | | **Task** | `text-generation` | | **Source** | `models/gemma3n.py` | ## Description Gemma3n causal LM with AltUp, Laurel, and hybrid attention. ## Usage ```bash mobius build --model output_dir/ ``` ```python from mobius import build model = build("") ```