facebook/multilingual_librispeech
Viewer • Updated • 1.49M • 51.3k • 179
How to use sanchit-gandhi/whisper-medium-es-2.5k-1e-5-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-2.5k-1e-5-bs-32") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("sanchit-gandhi/whisper-medium-es-2.5k-1e-5-bs-32")
model = AutoModelForSpeechSeq2Seq.from_pretrained("sanchit-gandhi/whisper-medium-es-2.5k-1e-5-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.186 | 0.2 | 500 | 0.1487 | 6.1786 |
| 0.1947 | 0.4 | 1000 | 0.1350 | 5.5910 |
| 0.3566 | 0.6 | 1500 | 0.1242 | 4.9537 |
| 0.1237 | 0.8 | 2000 | 0.1181 | 4.8001 |
| 0.1902 | 1.0 | 2500 | 0.1107 | 4.4260 |