google/fleurs
Viewer • Updated • 768k • 82.6k • 422
How to use Sagicc/whisper-medium-sr-combined with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="Sagicc/whisper-medium-sr-combined") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("Sagicc/whisper-medium-sr-combined")
model = AutoModelForSpeechSeq2Seq.from_pretrained("Sagicc/whisper-medium-sr-combined")This model is a fine-tuned version of openai/whisper-medium on combined Google Fleurs and Mozilla Common Volice 13 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.072 | 1.34 | 500 | 0.1769 | 0.1896 | 0.0912 |
| 0.0223 | 2.67 | 1000 | 0.1774 | 0.1993 | 0.0832 |
| 0.0101 | 4.01 | 1500 | 0.1947 | 0.1874 | 0.0788 |
Base model
openai/whisper-medium