google/fleurs
Viewer • Updated • 768k • 64.4k • 406
How to use Sleepyp00/whisper-small-sv-extra-data with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="Sleepyp00/whisper-small-sv-extra-data") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("Sleepyp00/whisper-small-sv-extra-data")
model = AutoModelForSpeechSeq2Seq.from_pretrained("Sleepyp00/whisper-small-sv-extra-data")This model is a fine-tuned version of openai/whisper-small on the mozilla-foundation/common_voice_13_0 and the google/fleurs datasets. 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.3189 | 0.53 | 500 | 0.3610 | 25.2029 |
| 0.1451 | 1.05 | 1000 | 0.3337 | 23.6495 |
| 0.1432 | 1.58 | 1500 | 0.3263 | 22.8908 |
| 0.0572 | 2.1 | 2000 | 0.3284 | 22.1622 |
| 0.0502 | 2.63 | 2500 | 0.3405 | 22.2000 |
| 0.0259 | 3.15 | 3000 | 0.3596 | 22.1924 |
| 0.0246 | 3.68 | 3500 | 0.3650 | 22.2208 |
| 0.0137 | 4.2 | 4000 | 0.3843 | 22.1585 |
Base model
openai/whisper-small