Automatic Speech Recognition
Transformers
PyTorch
TensorBoard
Safetensors
Slovak
whisper
whisper-event
Generated from Trainer
Eval Results (legacy)
Instructions to use ALM/whisper-sk-small-augmented with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ALM/whisper-sk-small-augmented with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="ALM/whisper-sk-small-augmented")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("ALM/whisper-sk-small-augmented") model = AutoModelForSpeechSeq2Seq.from_pretrained("ALM/whisper-sk-small-augmented") - Notebooks
- Google Colab
- Kaggle
Commit History
Update metadata with huggingface_hub cf8d8b9
Added tokenizer 8e40a6a
MorenoLaQuatra commited on
update model card README.md de1e983
Moreno La Quatra commited on
End of training cf78518
Moreno La Quatra commited on
update model card README.md 5d2e138
Moreno La Quatra commited on
Model save 8d6fad1
Moreno La Quatra commited on
Training in progress, step 5000 92d6759
Moreno La Quatra commited on
Training in progress, step 4000 4c64f50
Moreno La Quatra commited on
Training in progress, step 3000 f8a0af8
Moreno La Quatra commited on
Training in progress, step 2000 0f001a7
Moreno La Quatra commited on
Training in progress, step 1000 568317d
Moreno La Quatra commited on
initial commit 48063f9
Moreno La Quatra commited on