Automatic Speech Recognition
Transformers
PyTorch
TensorBoard
Safetensors
Italian
whisper
whisper-event
Generated from Trainer
Eval Results (legacy)
Instructions to use ALM/whisper-it-small with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ALM/whisper-it-small with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="ALM/whisper-it-small")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("ALM/whisper-it-small") model = AutoModelForSpeechSeq2Seq.from_pretrained("ALM/whisper-it-small") - Notebooks
- Google Colab
- Kaggle
Commit History
update model card README.md 792322b
Moreno La Quatra commited on
End of training 2842e64
Moreno La Quatra commited on
update model card README.md ce4df21
Moreno La Quatra commited on
Model save ff43ffe
Moreno La Quatra commited on
Training in progress, epoch 2 5ceda94
Moreno La Quatra commited on
Training in progress, epoch 1 3e4ab61
Moreno La Quatra commited on
initial commit c1c9233
Moreno La Quatra commited on