google/fleurs
Viewer • Updated • 768k • 57.2k • 403
How to use ibrahimchristopher/whisper-small-google_fleurs with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="ibrahimchristopher/whisper-small-google_fleurs") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("ibrahimchristopher/whisper-small-google_fleurs")
model = AutoModelForSpeechSeq2Seq.from_pretrained("ibrahimchristopher/whisper-small-google_fleurs")This model is a fine-tuned version of openai/whisper-small on the Google 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 Ortho | Wer |
|---|---|---|---|---|---|
| 0.1213 | 3.2680 | 500 | 0.7191 | 36.6759 | 35.7746 |
Base model
openai/whisper-small