Automatic Speech Recognition
MLX
Safetensors
Chinese
English
qwen2
apple-silicon
speech-recognition
mimo
4-bit precision
Instructions to use mlx-community/MiMo-V2.5-ASR-MLX-4bit 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-4bit with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir MiMo-V2.5-ASR-MLX-4bit mlx-community/MiMo-V2.5-ASR-MLX-4bit
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- LM Studio
Add BibTeX citations
Browse files
README.md
CHANGED
|
@@ -87,4 +87,18 @@ License follows the upstream MiMo release.
|
|
| 87 |
|
| 88 |
## Citation
|
| 89 |
|
| 90 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 87 |
|
| 88 |
## Citation
|
| 89 |
|
| 90 |
+
```bibtex
|
| 91 |
+
@misc{mimo-v25-asr-mlx,
|
| 92 |
+
title = {MiMo-V2.5-ASR-MLX: Apple MLX port of MiMo-V2.5-ASR},
|
| 93 |
+
author = {ailuntx},
|
| 94 |
+
year = {2026},
|
| 95 |
+
url = {https://github.com/ailuntx/MiMo-V2.5-ASR-MLX},
|
| 96 |
+
}
|
| 97 |
+
|
| 98 |
+
@misc{xiaomi2026mimov25asr,
|
| 99 |
+
title = {MiMo-V2.5-ASR},
|
| 100 |
+
author = {{Xiaomi MiMo Team}},
|
| 101 |
+
year = {2026},
|
| 102 |
+
url = {https://github.com/XiaomiMiMo/MiMo-V2.5-ASR},
|
| 103 |
+
}
|
| 104 |
+
```
|