WhisperX Large-v3 — PRE-ACORDO

This model is a fine-tuned Whisper variant of openai/whisper-large-v3, trained for European Portuguese (EP) (around 425h) automatic speech recognition (ASR). From CAMÕES work.

🧠 Model Description

  • Base model: openai/whisper-large-v3
  • Architecture: Transformer encoder–decoder
  • Training: Fine-tuned on around 800 hours of Portuguese speech
  • Task: Transcription (task="transcribe")
  • Compute type: float16 (recommended)

🧩 Usage

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"
)
Downloads last month
27
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for inesc-id/WhisperLv3-EP-X

Finetuned
(660)
this model

Space using inesc-id/WhisperLv3-EP-X 1

Collection including inesc-id/WhisperLv3-EP-X