# mms | | | |---|---| | **Model type** | `mms` | | **Class** | `Wav2Vec2ForCTCModel` | | **Task** | `ctc-asr` | | **Source** | `models/wav2vec2_ctc.py` | ## Description Wav2Vec2 CTC model for ASR — encoder + optional adapter + CTC head. ## Usage ```bash mobius build --model output_dir/ ``` ```python from mobius import build model = build("") ```