facebook/multilingual_librispeech
Viewer • Updated • 1.49M • 51.3k • 179
How to use sanchit-gandhi/whisper-medium-es-4k-1e-7-bs-32 with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="sanchit-gandhi/whisper-medium-es-4k-1e-7-bs-32") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("sanchit-gandhi/whisper-medium-es-4k-1e-7-bs-32")
model = AutoModelForSpeechSeq2Seq.from_pretrained("sanchit-gandhi/whisper-medium-es-4k-1e-7-bs-32")This model is a fine-tuned version of openai/whisper-medium on the Multilingual LibriSpeech 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.7733 | 0.25 | 1000 | 0.6193 | 17.9946 |
| 0.2991 | 0.5 | 2000 | 0.3162 | 14.2555 |
| 0.2929 | 0.75 | 3000 | 0.1799 | 7.7752 |
| 0.3099 | 1.0 | 4000 | 0.1694 | 7.3696 |