Automatic Speech Recognition
Transformers
Safetensors
Chinese
English
Yue Chinese
qwen2
text-generation
bf16
bfloat16
dtype-repack
noesis
noesis-mimo-v2-5-asr-8b-noesis-bf16
dhcf-fno
amaimedia
asr
speech-recognition
mimo
xiaomi
text-generation-inference
Instructions to use AMAImedia/MiMo-V2.5-ASR-8B-NOESIS-BF16 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use AMAImedia/MiMo-V2.5-ASR-8B-NOESIS-BF16 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="AMAImedia/MiMo-V2.5-ASR-8B-NOESIS-BF16")# Load model directly from transformers import AutoTokenizer, AutoModelForCausalLM tokenizer = AutoTokenizer.from_pretrained("AMAImedia/MiMo-V2.5-ASR-8B-NOESIS-BF16") model = AutoModelForCausalLM.from_pretrained("AMAImedia/MiMo-V2.5-ASR-8B-NOESIS-BF16") - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!