Automatic Speech Recognition
Transformers
TensorBoard
Safetensors
Portuguese
whisper
Generated from Trainer
Instructions to use inesc-id/WhisperLv3-FT with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use inesc-id/WhisperLv3-FT with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="inesc-id/WhisperLv3-FT")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("inesc-id/WhisperLv3-FT") model = AutoModelForSpeechSeq2Seq.from_pretrained("inesc-id/WhisperLv3-FT", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
#1
by Johndfm - opened
No description provided.