google/fleurs
Viewer • Updated • 768k • 78.5k • 421
How to use Sagicc/whisper-medium-sr-fleurs with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="Sagicc/whisper-medium-sr-fleurs") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("Sagicc/whisper-medium-sr-fleurs")
model = AutoModelForSpeechSeq2Seq.from_pretrained("Sagicc/whisper-medium-sr-fleurs")This model is a fine-tuned version of openai/whisper-medium on the Google 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.0341 | 2.49 | 500 | 0.2704 | 0.2074 | 0.1789 |
| 0.0109 | 4.98 | 1000 | 0.3091 | 0.2075 | 0.1774 |
| 0.006 | 7.46 | 1500 | 0.3143 | 0.2031 | 0.1713 |
| 0.0081 | 9.95 | 2000 | 0.3284 | 0.2070 | 0.1754 |
| 0.0038 | 12.44 | 2500 | 0.3426 | 0.2099 | 0.1805 |
| 0.0042 | 14.93 | 3000 | 0.3630 | 0.2113 | 0.1821 |
| 0.0032 | 17.41 | 3500 | 0.3659 | 0.2089 | 0.1791 |
| 0.0046 | 19.9 | 4000 | 0.3577 | 0.2072 | 0.1794 |
Base model
openai/whisper-medium