CoolFace
Modelpublic

mlx-community/MiMo-Audio-Tokenizer

sourceHugging Faceapache-2.0updated 4mo agoView on Hugging Face
1likes137downloads
Model Card

Part of the MiMo V2.5 ASR MLX collection.

MiMo Audio Tokenizer (MLX)

Audio tokenizer assets for the community MLX conversion of XiaomiMiMo/MiMo-V2.5-ASR.

Quick Start

bash
git clone https://github.com/ailuntx/MiMo-V2.5-ASR-MLX.git
cd MiMo-V2.5-ASR-MLX
pip install git+https://github.com/ailuntx/mlx-audio.git

hf download mlx-community/MiMo-Audio-Tokenizer --local-dir ./models/MiMo-Audio-Tokenizer
hf download mlx-community/MiMo-V2.5-ASR-MLX --local-dir ./models/MiMo-V2.5-ASR-MLX
python run_mimo_asr_mlx.py --model ./models/MiMo-V2.5-ASR-MLX --audio path/to/audio.wav

Notes

This repository is a required companion asset for the MiMo ASR MLX model repositories. Keep it next to the model checkpoint or pass its path through the runtime configuration.