Automatic Speech Recognition
Transformers
PyTorch
TensorBoard
Safetensors
Danish
whisper
whisper-event
Generated from Trainer
Eval Results (legacy)
Instructions to use ALM/whisper-da-small-augmented with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ALM/whisper-da-small-augmented with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="ALM/whisper-da-small-augmented")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("ALM/whisper-da-small-augmented") model = AutoModelForSpeechSeq2Seq.from_pretrained("ALM/whisper-da-small-augmented") - Notebooks
- Google Colab
- Kaggle
Commit History
Update metadata with huggingface_hub 1493d1a
Added tokenizer 5278e0f
MorenoLaQuatra commited on
update model card README.md 949f4fa
Moreno La Quatra commited on
End of training b50b456
Moreno La Quatra commited on
update model card README.md 3b2cf11
Moreno La Quatra commited on
Model save 5f9300b
Moreno La Quatra commited on
Training in progress, step 5000 16eba4b
Moreno La Quatra commited on
Training in progress, step 4000 336d81e
Moreno La Quatra commited on
Training in progress, step 3000 c8446b0
Moreno La Quatra commited on
Training in progress, step 2000 6b48b28
Moreno La Quatra commited on
Training in progress, step 1000 fb78b35
Moreno La Quatra commited on
initial commit 1834cbd
Moreno La Quatra commited on