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