CoolFace
Modelpublic

mlx-community/MiMo-Audio-Tokenizer

sourceHugging Faceapache-2.0updated 4mo agoView on Hugging Face
1likes143downloads
README.md34 linesDownload Raw Back to root
1---2license: apache-2.03library_name: mlx4base_model:5- XiaomiMiMo/MiMo-V2.5-ASR6tags:7- mlx8- apple-silicon9- audio-tokenizer10- mimo11---12 13Part of the [MiMo V2.5 ASR MLX](https://huggingface.co/collections/mlx-community/mimo-v25-asr-6a02cb99466d6a36475a4d70) collection.14 15# MiMo Audio Tokenizer (MLX)16 17Audio tokenizer assets for the community MLX conversion of [XiaomiMiMo/MiMo-V2.5-ASR](https://github.com/XiaomiMiMo/MiMo-V2.5-ASR).18 19## Quick Start20 21```bash22git clone https://github.com/ailuntx/MiMo-V2.5-ASR-MLX.git23cd MiMo-V2.5-ASR-MLX24pip install git+https://github.com/ailuntx/mlx-audio.git25 26hf download mlx-community/MiMo-Audio-Tokenizer --local-dir ./models/MiMo-Audio-Tokenizer27hf download mlx-community/MiMo-V2.5-ASR-MLX --local-dir ./models/MiMo-V2.5-ASR-MLX28python run_mimo_asr_mlx.py --model ./models/MiMo-V2.5-ASR-MLX --audio path/to/audio.wav29```30 31## Notes32 33This 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.34