google/fleurs
Viewer • Updated • 768k • 58.2k • 405
How to use Elie/whisper-small-fleurs-ln_cd with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="Elie/whisper-small-fleurs-ln_cd") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("Elie/whisper-small-fleurs-ln_cd")
model = AutoModelForSpeechSeq2Seq.from_pretrained("Elie/whisper-small-fleurs-ln_cd")This model is a fine-tuned version of openai/whisper-small on the 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.0939 | 4.7619 | 1000 | 0.4101 | 20.1182 |
| 0.0034 | 9.5238 | 2000 | 0.4968 | 19.7772 |
| 0.0013 | 14.2857 | 3000 | 0.5139 | 19.3226 |
Base model
openai/whisper-small