google/WaxalNLP
Viewer • Updated • 1.67M • 41.9k • 231
How to use CasperMuz/whisper-small-sna with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="CasperMuz/whisper-small-sna") # Load model directly
from transformers import AutoProcessor, AutoModelForMultimodalLM
processor = AutoProcessor.from_pretrained("CasperMuz/whisper-small-sna")
model = AutoModelForMultimodalLM.from_pretrained("CasperMuz/whisper-small-sna")This model is a fine-tuned version of openai/whisper-small 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.3940 | 1.1338 | 1000 | 0.4608 | 41.3111 |
| 0.2771 | 2.2676 | 2000 | 0.4146 | 36.3338 |
| 0.2642 | 3.4014 | 3000 | 0.4148 | 36.6475 |
| 0.1771 | 4.5351 | 4000 | 0.4276 | 36.9636 |
| 0.1395 | 5.6689 | 5000 | 0.4376 | 37.1131 |
Base model
openai/whisper-small