# falcon_mamba | | | |---|---| | **Model type** | `falcon_mamba` | | **Class** | `MambaCausalLMModel` | | **Task** | `ssm-text-generation` | | **Source** | `models/mamba.py` | ## Description Mamba causal language model with SSM backbone and LM head. ## Usage ```bash mobius build --model output_dir/ ``` ```python from mobius import build model = build("") ```