google/fleurs
Viewer • Updated • 768k • 82.1k • 424
How to use Samveg17/whisper-base-hi with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="Samveg17/whisper-base-hi") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("Samveg17/whisper-base-hi")
model = AutoModelForSpeechSeq2Seq.from_pretrained("Samveg17/whisper-base-hi")This model is a fine-tuned version of openai/whisper-base 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 |
|---|---|---|---|---|
| 0.1401 | 4.72 | 1000 | 0.3607 | 39.9494 |
| 0.0174 | 9.43 | 2000 | 0.4239 | 38.9954 |
| 0.0022 | 14.15 | 3000 | 0.4867 | 38.4698 |
| 0.001 | 18.87 | 4000 | 0.5117 | 37.9539 |
Base model
openai/whisper-base