rcastrovexler/openslr-slr74-puertorican-spanish
Viewer • Updated • 617 • 4 • 1
How to use rcastrovexler/whisper-small-es-pr with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="rcastrovexler/whisper-small-es-pr") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("rcastrovexler/whisper-small-es-pr")
model = AutoModelForSpeechSeq2Seq.from_pretrained("rcastrovexler/whisper-small-es-pr")This model is a fine-tuned version of openai/whisper-small on the OpenSLR Puerto Rican Spanish 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.0001 | 37.0370 | 1000 | 0.1530 | 5.8947 |
| 0.0001 | 74.0741 | 2000 | 0.1689 | 6.1053 |
| 0.0 | 111.1111 | 3000 | 0.1783 | 6.0526 |
| 0.0 | 148.1481 | 4000 | 0.1820 | 6.1053 |
Base model
openai/whisper-small