language-and-voice-lab/samromur_children
Viewer • Updated • 86.5k • 589 • 9
How to use einargizz/whisper_samromur_children with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="einargizz/whisper_samromur_children") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("einargizz/whisper_samromur_children")
model = AutoModelForSpeechSeq2Seq.from_pretrained("einargizz/whisper_samromur_children")This model is a fine-tuned version of openai/whisper-tiny on the language-and-voice-lab/samromur_children 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 |
|---|---|---|---|---|
| 1.4343 | 0.25 | 250 | 1.4900 | 77.9349 |
| 0.7722 | 0.5 | 500 | 0.8731 | 60.2878 |
| 0.7181 | 0.75 | 750 | 0.6534 | 46.5034 |
| 0.5733 | 1.0 | 1000 | 0.6313 | 45.2916 |