espnet/yodas
Updated • 353k • 148
How to use Sagicc/whisper-small-sr-yodas with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="Sagicc/whisper-small-sr-yodas", device_map="auto") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("Sagicc/whisper-small-sr-yodas")
model = AutoModelForSpeechSeq2Seq.from_pretrained("Sagicc/whisper-small-sr-yodas", device_map="auto")This model is a fine-tuned version of openai/whisper-small on the Yodas 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.7316 | 0.24 | 500 | 0.2554 | 0.2942 | 0.2184 |
| 0.6996 | 0.49 | 1000 | 0.2136 | 0.2535 | 0.1563 |
| 0.6073 | 0.73 | 1500 | 0.1979 | 0.2374 | 0.1452 |
| 0.6032 | 0.98 | 2000 | 0.1872 | 0.2228 | 0.1280 |
| 0.4603 | 1.22 | 2500 | 0.1811 | 0.2136 | 0.1218 |
| 0.4142 | 1.46 | 3000 | 0.1767 | 0.2152 | 0.1200 |
| 0.4457 | 1.71 | 3500 | 0.1759 | 0.2159 | 0.1234 |
| 0.4376 | 1.95 | 4000 | 0.1748 | 0.2143 | 0.1191 |
Base model
openai/whisper-small