# opt | | | |---|---| | **Model type** | `opt` | | **Class** | `OPTCausalLMModel` | | **Task** | `text-generation` | | **Source** | `models/opt.py` | ## Description OPT causal language model. ## Usage ```bash mobius build --model output_dir/ ``` ```python from mobius import build model = build("") ```