hf-asr-leaderboard generated_from_trainer

Model

Weights

Usage

To use these weights in HuggingFace's transformers library, you can do the following:

from transformers import WhisperForConditionalGeneration

model = WhisperForConditionalGeneration.from_pretrained("hedronstone/whisper-small-sw")