cstr/mimo-audio-tokenizer-GGUF
0307
MiMo Audio Tokenizer — GGUF
GGUF conversion of XiaomiMiMo/MiMo-Audio-Tokenizer (encoder-only) for CrispASR.
This is a companion model used by the mimo-asr backend — it provides the audio encoder (Whisper-style) that feeds into the MiMo-V2.5-ASR LLM. Not intended for standalone use.
Files
Usage
The tokenizer is loaded automatically by the mimo-asr backend:
crispasr --backend mimo-asr \
-m mimo-v2.5-asr.gguf \
--codec-model mimo-tokenizer.gguf \
-f audio.wavLicense
Apache 2.0 (same as the original model).
Credits
- Original model: XiaomiMiMo
- GGUF conversion & runtime: CrispASR
