gemma3n_text¶
Model type |
|
Class |
|
Task |
|
Source |
|
Description¶
Gemma3n causal LM with AltUp, Laurel, and hybrid attention.
Extends CausalLMModel with the Gemma3n text backbone that includes alternating updates, learned augmented residuals, and per-layer input gating for mobile efficiency.
Usage¶
mobius build --model <MODEL_ID> output_dir/
from mobius import build
model = build("<MODEL_ID>")