Automatic Speech Recognition
Transformers
PyTorch
JAX
TensorBoard
Danish
whisper
Generated from Trainer
hf-asr-leaderboard
whisper-event
Eval Results (legacy)
Instructions to use caoldr/whisper-medium-da with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use caoldr/whisper-medium-da with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="caoldr/whisper-medium-da")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("caoldr/whisper-medium-da") model = AutoModelForSpeechSeq2Seq.from_pretrained("caoldr/whisper-medium-da") - Notebooks
- Google Colab
- Kaggle
File size: 135 Bytes
b2d1eb5 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:307f44cd07aa55d4fcb4a8ba009c5bce20bf05c62680d51c6172358b5b791159
size 3055465603
|