# fun_asr | | | |---|---| | **Model type** | `fun_asr` | | **Class** | `FunASRForConditionalGeneration` | | **Task** | `fun-asr-speech-language` | | **Source** | `models/fun_asr.py` | ## Description Fun-ASR-Nano composite model for speech recognition. ## Usage ```bash mobius build --model output_dir/ ``` ```python from mobius import build model = build("") ```