# mpt | | | |---|---| | **Model type** | `mpt` | | **Class** | `MPTCausalLMModel` | | **Task** | `text-generation` | | **Source** | `models/falcon.py` | ## Description MPT (MosaicML Pretrain Transformer) causal language model. ## Usage ```bash mobius build --model output_dir/ ``` ```python from mobius import build model = build("") ```