google/fleurs
Viewer • Updated • 768k • 78.5k • 421
How to use jayavardhan31/whisper-base-speech with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="jayavardhan31/whisper-base-speech") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("jayavardhan31/whisper-base-speech")
model = AutoModelForSpeechSeq2Seq.from_pretrained("jayavardhan31/whisper-base-speech")This model is a fine-tuned version of openai/whisper-base on the fleurs 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.084 | 6.12 | 500 | 0.1455 | 71.1065 |
| 0.0297 | 12.23 | 1000 | 0.1682 | 69.8570 |
| 0.0175 | 18.35 | 1500 | 0.1934 | 70.4367 |
Base model
openai/whisper-base