# plm | | | |---|---| | **Model type** | `plm` | | **Class** | `PLMCausalLMModel` | | **Task** | `text-generation` | | **Source** | `models/plm.py` | ## Description PLM causal LM with one embedding-owned, tied output allocation. ## Usage ```bash mobius build --model output_dir/ ``` ```python from mobius import build model = build("") ```