# ernie4_5 | | | |---|---| | **Model type** | `ernie4_5` | | **Class** | `ErnieCausalLMModel` | | **Task** | `text-generation` | | **Source** | `models/ernie.py` | ## Description Ernie model with interleaved RoPE and compression ratio scaling. ## Usage ```bash mobius build --model output_dir/ ``` ```python from mobius import build model = build("") ```