Automatic Speech Recognition
Transformers
Safetensors
Dutch
whisper
dutch
speech
audio
asr
hf-asr-leaderboard
Eval Results (legacy)
Instructions to use yuriyvnv/whisper-large-v3-cv-only-nl with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use yuriyvnv/whisper-large-v3-cv-only-nl with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="yuriyvnv/whisper-large-v3-cv-only-nl")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("yuriyvnv/whisper-large-v3-cv-only-nl") model = AutoModelForSpeechSeq2Seq.from_pretrained("yuriyvnv/whisper-large-v3-cv-only-nl", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
1bf19a0 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:12a9b7c07fc0d04eaff60966a4586c979fa671e1cacce9a9c7b759ef1b82ca29
size 5688
|