Automatic Speech Recognition
Transformers
PyTorch
TensorBoard
Italian
whisper
Generated from Trainer
whisper-event
Eval Results (legacy)
Instructions to use luigisaetta/whisper-tiny-it with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use luigisaetta/whisper-tiny-it with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="luigisaetta/whisper-tiny-it")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("luigisaetta/whisper-tiny-it") model = AutoModelForSpeechSeq2Seq.from_pretrained("luigisaetta/whisper-tiny-it", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
0853da1 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:0511d6d8e660d4d10d418e1cc5cf2059c97cad0887e4332c239c6c431be40ccd
size 3579
|