# persimmon | | | |---|---| | **Model type** | `persimmon` | | **Class** | `PersimmonCausalLMModel` | | **Task** | `text-generation` | | **Source** | `models/persimmon.py` | ## Description Persimmon causal language model with FCMLP and QK LayerNorm. ## Usage ```bash mobius build --model output_dir/ ``` ```python from mobius import build model = build("") ```