Whisper is a pre-trained model for automatic speech recognition (ASR) and speech translation. Trained on 680k hours
of labelled data, Whisper models demonstrate a strong ability to generalise to many datasets and domains without the need
for fine-tuning.
Whisper was proposed in the paper
Robust Speech Recognition via Large-Scale Weak Supervision
by Alec Radford et al from OpenAI. The original code repository can be found
here.
Disclaimer: Content for this model card has partly been copied and pasted from
this model card.
Whisper is a Transformer based encoder-decoder model, also referred to as a sequence-to-sequence model.