# whisper | | | |---|---| | **Model type** | `whisper` | | **Class** | `WhisperForConditionalGeneration` | | **Task** | `speech-to-text` | | **Source** | `models/whisper.py` | ## Description Whisper encoder-decoder model for speech recognition and transcription. ## Usage ```bash mobius build --model output_dir/ ``` ```python from mobius import build model = build("") ```