google/fleurs
Viewer • Updated • 768k • 59.3k • 406
How to use arun100/whisper-small-uk-2 with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="arun100/whisper-small-uk-2") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("arun100/whisper-small-uk-2")
model = AutoModelForSpeechSeq2Seq.from_pretrained("arun100/whisper-small-uk-2")This model is a fine-tuned version of arun100/whisper-small-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.0191 | 95.0 | 1000 | 0.2881 | 18.6848 |
| 0.0061 | 190.0 | 2000 | 0.3058 | 18.8935 |
| 0.0035 | 285.0 | 3000 | 0.3179 | 19.2276 |
| 0.0025 | 380.0 | 4000 | 0.3263 | 19.4502 |
| 0.0022 | 476.0 | 5000 | 0.3297 | 19.4920 |