google/fleurs
Viewer • Updated • 768k • 57.2k • 402
How to use BrianMupini/whisper-small-sn with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="BrianMupini/whisper-small-sn") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("BrianMupini/whisper-small-sn")
model = AutoModelForSpeechSeq2Seq.from_pretrained("BrianMupini/whisper-small-sn")This model is a fine-tuned version of openai/whisper-small on the fleurs dataset. It achieves the following results on the evaluation set:
More information needed
More information needed
More information needed
The following hyperparameters were used during training:
| Training Loss | Epoch | Step | Validation Loss | Wer Ortho | Wer |
|---|---|---|---|---|---|
| 0.1265 | 2.81 | 500 | 0.5644 | 37.8217 | 37.525 |
Base model
openai/whisper-small