google/fleurs
Viewer • Updated • 768k • 57.3k • 402
How to use allandclive/whisper-tiny-luganda with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="allandclive/whisper-tiny-luganda") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("allandclive/whisper-tiny-luganda")
model = AutoModelForSpeechSeq2Seq.from_pretrained("allandclive/whisper-tiny-luganda")The following hyperparameters were used during training:
Base model
openai/whisper-tiny