Instructions to use Qwen/Qwen3-ASR-0.6B-hf with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Qwen/Qwen3-ASR-0.6B-hf with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="Qwen/Qwen3-ASR-0.6B-hf")# Load model directly from transformers import AutoProcessor, AutoModelForMultimodalLM processor = AutoProcessor.from_pretrained("Qwen/Qwen3-ASR-0.6B-hf") model = AutoModelForMultimodalLM.from_pretrained("Qwen/Qwen3-ASR-0.6B-hf") - Notebooks
- Google Colab
- Kaggle
Update README and chat template for custom hotwords
#3 opened 7 days ago
by
bezzam
hi how can I use my own hotwords,such as names;
#2 opened 7 days ago
by
gravity1989
Demo for this model on Spaces
#1 opened 10 days ago
by
multimodalart