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", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Update README and chat template for custom hotwords
#3
by bezzam HF Staff - opened
No description provided.
bezzam changed pull request title from Update README: available in Transformers 5.13.0 to Update README and chat tempalte
bezzam changed pull request title from Update README and chat tempalte to Update README and chat template
bezzam changed pull request title from Update README and chat template to Update README and chat template for custom hotwords
xiongwang changed pull request status to merged