google/fleurs
Viewer • Updated • 768k • 58.9k • 403
How to use St4n/whisper-small-en-0328 with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="St4n/whisper-small-en-0328") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("St4n/whisper-small-en-0328")
model = AutoModelForSpeechSeq2Seq.from_pretrained("St4n/whisper-small-en-0328")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.5755 | 0.61 | 100 | 0.5716 | 8.6029 |
| 0.1769 | 1.23 | 200 | 0.2722 | 8.3659 |
| 0.1153 | 1.84 | 300 | 0.2791 | 8.7842 |
| 0.0356 | 2.45 | 400 | 0.2852 | 8.7981 |
| 0.0208 | 3.07 | 500 | 0.2923 | 8.6866 |
| 0.0105 | 3.68 | 600 | 0.3050 | 8.6517 |
| 0.0032 | 4.29 | 700 | 0.3126 | 8.6238 |
| 0.0033 | 4.91 | 800 | 0.3174 | 8.6308 |
| 0.0028 | 5.52 | 900 | 0.3227 | 8.5611 |
| 0.0017 | 6.13 | 1000 | 0.3236 | 8.6378 |
Base model
openai/whisper-small