google/fleurs
Viewer • Updated • 768k • 58.8k • 404
How to use nocturneFlow/whisper-small-fleurs-kk with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="nocturneFlow/whisper-small-fleurs-kk") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("nocturneFlow/whisper-small-fleurs-kk")
model = AutoModelForSpeechSeq2Seq.from_pretrained("nocturneFlow/whisper-small-fleurs-kk")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.0209 | 5.0 | 1000 | 0.2788 | 25.3670 |
| 0.001 | 10.0 | 2000 | 0.3062 | 23.1753 |
| 0.0004 | 15.0 | 3000 | 0.3216 | 22.9588 |
| 0.0003 | 20.0 | 4000 | 0.3279 | 22.9994 |
Base model
openai/whisper-small