facebook/multilingual_librispeech
Viewer • Updated • 1.49M • 51.3k • 179
How to use sanchit-gandhi/whisper-medium-es-4k-1e-5-bs-32-filter 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-5-bs-32-filter") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("sanchit-gandhi/whisper-medium-es-4k-1e-5-bs-32-filter")
model = AutoModelForSpeechSeq2Seq.from_pretrained("sanchit-gandhi/whisper-medium-es-4k-1e-5-bs-32-filter")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.1947 | 0.25 | 1000 | 0.1390 | 5.8261 |
| 0.1226 | 0.5 | 2000 | 0.1224 | 4.9978 |
| 0.1629 | 0.75 | 3000 | 0.1185 | 4.6543 |
| 0.1916 | 1.0 | 4000 | 0.1035 | 4.0373 |