google/fleurs
Viewer • Updated • 768k • 56.7k • 405
How to use warmestman/whisper-large-v3-mn-cv-fleurs with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="warmestman/whisper-large-v3-mn-cv-fleurs") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("warmestman/whisper-large-v3-mn-cv-fleurs")
model = AutoModelForSpeechSeq2Seq.from_pretrained("warmestman/whisper-large-v3-mn-cv-fleurs")This model is a fine-tuned version of openai/whisper-large-v3 on the Common Voice 16.1 & 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.4691 | 0.3 | 100 | 0.5472 | 57.2191 |
| 0.3191 | 0.6 | 200 | 0.4417 | 49.0237 |
| 0.2677 | 0.9 | 300 | 0.3791 | 43.3530 |
| 0.1486 | 1.2 | 400 | 0.3560 | 40.1188 |
| 0.1387 | 1.5 | 500 | 0.3430 | 37.8912 |
| 0.1396 | 1.8 | 600 | 0.3245 | 37.0497 |
Base model
openai/whisper-large-v3