stdbug/common-voice-17-ba
Viewer • Updated • 138k • 11
How to use stdbug/whisper-small-ba with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="stdbug/whisper-small-ba") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("stdbug/whisper-small-ba")
model = AutoModelForSpeechSeq2Seq.from_pretrained("stdbug/whisper-small-ba")This model is a fine-tuned version of openai/whisper-small on the Common Voice 17.0 (ba) 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.0861 | 0.9999 | 19576 | 0.1616 | 24.5576 |
Base model
openai/whisper-small