google/fleurs
Viewer โข Updated โข 768k โข 76.3k โข 420
How to use steja/whisper-small-korean with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="steja/whisper-small-korean") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("steja/whisper-small-korean")
model = AutoModelForSpeechSeq2Seq.from_pretrained("steja/whisper-small-korean")This model is a fine-tuned version of openai/whisper-large-v2 on the google/fleurs ko_kr 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.0005 | 35.69 | 500 | 0.3188 | 13.0305 |
| 0.0003 | 71.41 | 1000 | 0.3315 | 13.0129 |