google/fleurs
Viewer • Updated • 768k • 87.9k • 433
How to use Luka041/melita1mu with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="Luka041/melita1mu") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("Luka041/melita1mu")
model = AutoModelForSpeechSeq2Seq.from_pretrained("Luka041/melita1mu", device_map="auto")This model is a fine-tuned version of openai/whisper-small on the common_voice_hr_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 |
|---|---|---|---|---|
| 0.0204 | 4.17 | 1000 | 0.4216 | 36.3580 |
| 0.0017 | 8.33 | 2000 | 0.4697 | 37.7222 |
| 0.0008 | 12.5 | 3000 | 0.4922 | 39.6015 |
| 0.0006 | 16.67 | 4000 | 0.5013 | 45.5961 |
Base model
openai/whisper-small