Automatic Speech Recognition
Transformers
Safetensors
Italian
English
whisper
audio
hf-asr-leaderboard
Instructions to use litus-ai/whisper-small-ita with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use litus-ai/whisper-small-ita with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="litus-ai/whisper-small-ita")# Load model directly from transformers import AutoProcessor, AutoModelForMultimodalLM processor = AutoProcessor.from_pretrained("litus-ai/whisper-small-ita") model = AutoModelForMultimodalLM.from_pretrained("litus-ai/whisper-small-ita") - Notebooks
- Google Colab
- Kaggle
Ctrl+K