CoolFace
Modelpublic

cstr/mimo-audio-tokenizer-GGUF

sourceHugging Faceapache-2.0updated 3mo agoView on Hugging Face
0likes307downloads
Model Card

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

FileSizeDescription
mimo-tokenizer.gguf1.2 GBAudio tokenizer (encoder-only, F16)

Usage

The tokenizer is loaded automatically by the mimo-asr backend:

bash
crispasr --backend mimo-asr \
    -m mimo-v2.5-asr.gguf \
    --codec-model mimo-tokenizer.gguf \
    -f audio.wav

License

Apache 2.0 (same as the original model).

Credits