Automatic Speech Recognition
MLX
Safetensors
Chinese
English
qwen2
asr
speech-recognition
mimo
4-bit precision
Instructions to use mlx-community/MiMo-V2.5-ASR-MLX with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use mlx-community/MiMo-V2.5-ASR-MLX with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir MiMo-V2.5-ASR-MLX mlx-community/MiMo-V2.5-ASR-MLX
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- LM Studio
File size: 392 Bytes
9cfc4d6 b904b30 9cfc4d6 | 1 2 3 4 5 6 7 8 9 10 11 12 | {
"format": "mlx-compatible-safetensors",
"model": "MiMo-V2.5-ASR",
"precision": "int4",
"weight_pattern": "model-*.safetensors",
"index_file": "model.safetensors.index.json",
"config_file": "config.json",
"audio_tokenizer_dir": "../MiMo-Audio-Tokenizer",
"audio_tokenizer_repo": "mlx-community/MiMo-Audio-Tokenizer",
"source_model_dir": "../MiMo-V2.5-ASR-MLX-BF16-local"
}
|