google/WaxalNLP
Viewer • Updated • 1.67M • 48.4k • 248
How to use CasperMuz/whisper-medium-sna with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="CasperMuz/whisper-medium-sna") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("CasperMuz/whisper-medium-sna")
model = AutoModelForSpeechSeq2Seq.from_pretrained("CasperMuz/whisper-medium-sna")This model is a fine-tuned version of openai/whisper-medium on the Google WAXAL 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.4150 | 0.5669 | 500 | 0.4356 | 39.3187 |
| 0.2997 | 1.1338 | 1000 | 0.3889 | 37.1597 |
| 0.2878 | 1.7007 | 1500 | 0.3701 | 35.7750 |
| 0.2059 | 2.2676 | 2000 | 0.3711 | 34.2115 |
| 0.2055 | 2.8345 | 2500 | 0.3686 | 34.1551 |
Base model
openai/whisper-medium