Automatic Speech Recognition
Transformers
Safetensors
Chinese
English
Yue Chinese
qwen2
text-generation
text-generation-inference
Instructions to use XiaomiMiMo/MiMo-V2.5-ASR with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use XiaomiMiMo/MiMo-V2.5-ASR with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="XiaomiMiMo/MiMo-V2.5-ASR")# Load model directly from transformers import AutoTokenizer, AutoModelForCausalLM tokenizer = AutoTokenizer.from_pretrained("XiaomiMiMo/MiMo-V2.5-ASR") model = AutoModelForCausalLM.from_pretrained("XiaomiMiMo/MiMo-V2.5-ASR") - Notebooks
- Google Colab
- Kaggle
mlx versions https://huggingface.co/carloshuang1224/MiMo-V2.5-ASR-MLX-INT4
#4 opened 19 days ago
by
carloshuang1224
GGUF + pure-C++ runtime in CrispASR — MiMo-V2.5-ASR (matches reference verbatim on JFK)
👍 1
#3 opened 23 days ago
by
cstr
Installation Video and Testing - Step by Step
#2 opened 24 days ago
by
fahdmirzac
In auto mode, the language tag tends to output Chinese
1
#1 opened about 1 month ago
by
funnyice