Automatic Speech Recognition
Transformers
PyTorch
TensorBoard
Safetensors
Latvian
whisper
whisper-event
Generated from Trainer
Eval Results (legacy)
Instructions to use ALM/whisper-lv-small-augmented with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ALM/whisper-lv-small-augmented with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="ALM/whisper-lv-small-augmented")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("ALM/whisper-lv-small-augmented") model = AutoModelForSpeechSeq2Seq.from_pretrained("ALM/whisper-lv-small-augmented") - Notebooks
- Google Colab
- Kaggle
Commit History
Update metadata with huggingface_hub cbbdeb9
Adding tokenizer adab91e
MorenoLaQuatra commited on
update model card README.md 4a5fa72
Moreno La Quatra commited on
End of training abfaea6
Moreno La Quatra commited on
update model card README.md e70644c
Moreno La Quatra commited on
Model save d977297
Moreno La Quatra commited on
Training in progress, step 5000 3cfc639
Moreno La Quatra commited on
Training in progress, step 4000 9a55355
Moreno La Quatra commited on
Training in progress, step 3000 021ab1e
Moreno La Quatra commited on
Training in progress, step 2000 eac99da
Moreno La Quatra commited on
Training in progress, step 1000 84e1123
Moreno La Quatra commited on
initial commit c5e72a4
Moreno La Quatra commited on