google/fleurs
Viewer • Updated • 768k • 57.1k • 405
How to use arun100/whisper-base-uk-2 with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="arun100/whisper-base-uk-2") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("arun100/whisper-base-uk-2")
model = AutoModelForSpeechSeq2Seq.from_pretrained("arun100/whisper-base-uk-2")This model is a fine-tuned version of arun100/whisper-base-uk-1 on the google/fleurs uk_ua 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.2683 | 95.0 | 1000 | 0.4710 | 33.5630 |
| 0.142 | 190.0 | 2000 | 0.4714 | 33.8344 |
| 0.0871 | 285.0 | 3000 | 0.4782 | 33.9596 |
| 0.0656 | 380.0 | 4000 | 0.4830 | 33.7230 |
| 0.0595 | 476.0 | 5000 | 0.4847 | 33.7161 |