MiMo-V2.5-ASR MLX F32
This repository contains the local float32 ASR checkpoint package used by the
mimo_mlx Apple Silicon inference code.
Files
model-00001-of-00014.safetensors...model-00014-of-00014.safetensorsmodel.safetensors.index.json- Qwen tokenizer/config sidecar files
The source float32 tensors were resharded from the original 7 near-5GB shards into 14 smaller shards for more reliable Hugging Face upload. Tensor dtypes and values are unchanged.
Load
from mimo_mlx.asr import MiMoASR
asr = MiMoASR(
asr_model_dir="models/MiMo-V2.5-ASR",
audio_tokenizer_dir="models/MiMo-Audio-Tokenizer",
)
text = asr.transcribe("audio.wav", language="zh")
The audio tokenizer is required separately. Use the official
XiaomiMiMo/MiMo-Audio-Tokenizer files or the local directory expected by the
project.
Source
Base model: https://huggingface.co/XiaomiMiMo/MiMo-V2.5-ASR
- Downloads last month
- 259
Model size
8B params
Tensor type
F32
·
Hardware compatibility
Log In to add your hardware
Quantized
Model tree for carloshuang1224/MiMo-V2.5-ASR-MLX-F32
Base model
XiaomiMiMo/MiMo-V2.5-ASR