google/fleurs
Viewer • Updated • 768k • 76.3k • 420
How to use steja/whisper-large-sindhi with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="steja/whisper-large-sindhi") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("steja/whisper-large-sindhi")
model = AutoModelForSpeechSeq2Seq.from_pretrained("steja/whisper-large-sindhi")This model is a fine-tuned version of anuragshas/whisper-large-v2-hi on the google/fleurs sd_in 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.0005 | 38.44 | 500 | 0.6382 | 27.6927 |
| 0.0003 | 76.89 | 1000 | 0.6714 | 27.8323 |