Automatic Speech Recognition
Transformers
Safetensors
Norwegian
qwen3_asr
audio
speech
asr
qwen
qwen3-asr
norwegian
nbailab
nb-asr-beta
🇪🇺 Region: EU
Instructions to use NbAiLab/nb-asr-beta-qwen06b-lunde05 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use NbAiLab/nb-asr-beta-qwen06b-lunde05 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="NbAiLab/nb-asr-beta-qwen06b-lunde05")# Load model directly from transformers import AutoProcessor, AutoModelForMultimodalLM processor = AutoProcessor.from_pretrained("NbAiLab/nb-asr-beta-qwen06b-lunde05") model = AutoModelForMultimodalLM.from_pretrained("NbAiLab/nb-asr-beta-qwen06b-lunde05", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Qwen3-ASR-0.6B cache fix (solved)
#1 opened about 1 month ago
by
PekkaL84