# sensevoice_small | | | |---|---| | **Model type** | `sensevoice_small` | | **Class** | `SenseVoiceSmallModel` | | **Task** | `audio-ctc` | | **Source** | `models/sensevoice_small.py` | ## Description SenseVoiceSmall: CTC encoder-only ASR with language control. ## Usage ```bash mobius build --model output_dir/ ``` ```python from mobius import build model = build("") ```