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.safetensors
  • model.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
Safetensors
Model size
8B params
Tensor type
F32
·
MLX
Hardware compatibility
Log In to add your hardware

Quantized

Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for carloshuang1224/MiMo-V2.5-ASR-MLX-F32

Finetuned
(4)
this model