# arcee | | | |---|---| | **Model type** | `arcee` | | **Class** | `ArceeCausalLMModel` | | **Task** | `text-generation` | | **Source** | `models/arcee.py` | ## Description Arcee model: standard Llama attention + FCMLP with relu2. ## Usage ```bash mobius build --model output_dir/ ``` ```python from mobius import build model = build("") ```