google/fleurs
Viewer • Updated • 768k • 82.6k • 423
How to use nocturneFlow/whisper-small-fleurs-augmented-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-augmented-kk") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("nocturneFlow/whisper-small-fleurs-augmented-kk")
model = AutoModelForSpeechSeq2Seq.from_pretrained("nocturneFlow/whisper-small-fleurs-augmented-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.3714 | 1.0 | 200 | 0.2556 | 23.7164 |
| 0.2797 | 2.0 | 400 | 0.2565 | 23.1212 |
| 0.1609 | 3.0 | 600 | 0.2644 | 22.2688 |
| 0.084 | 4.0 | 800 | 0.2738 | 22.3906 |
| 0.059 | 5.0 | 1000 | 0.2814 | 22.2891 |
Base model
openai/whisper-small