google/fleurs
Viewer • Updated • 768k • 59.3k • 406
How to use vumenira/whisper-small-uk with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="vumenira/whisper-small-uk") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("vumenira/whisper-small-uk")
model = AutoModelForSpeechSeq2Seq.from_pretrained("vumenira/whisper-small-uk")This model is a fine-tuned version of openai/whisper-small on the Google FLEURS (Ukrainian) 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 |
|---|---|---|---|---|
| 0.007 | 5.1020 | 1000 | 0.2776 | 17.6874 |
| 0.0009 | 10.2041 | 2000 | 0.2952 | 17.1358 |
| 0.0005 | 15.3061 | 3000 | 0.3098 | 17.1216 |
| 0.0004 | 20.4082 | 4000 | 0.3156 | 17.2136 |
Base model
openai/whisper-small