ASR for European Portuguese
Collection
Collection of datasets and models for Portuguese ASR
•
7 items
•
Updated
•
4
openai/whisper-large-v3, trained for European Portuguese (EP) (around 425h) automatic speech recognition (ASR).
From CAMÕES work.
openai/whisper-large-v3task="transcribe")import whisperx
device = "cuda" # or "cpu"
compute_type = "float16"
model = whisperx.load_model(
"inesc-id/WhisperLv3-EP-X",
device=device,
compute_type=compute_type,
language="pt",
task="transcribe"
)
Base model
openai/whisper-large-v3