Instructions to use b1n1yam/qwen3-asr-0.6b-amharic-gold-silver with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use b1n1yam/qwen3-asr-0.6b-amharic-gold-silver with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="b1n1yam/qwen3-asr-0.6b-amharic-gold-silver")# Load model directly from transformers import AutoProcessor, AutoModelForMultimodalLM processor = AutoProcessor.from_pretrained("b1n1yam/qwen3-asr-0.6b-amharic-gold-silver") model = AutoModelForMultimodalLM.from_pretrained("b1n1yam/qwen3-asr-0.6b-amharic-gold-silver", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Ctrl+K