Junhoee/STT_Korean_Dataset_80000
Viewer • Updated • 80k • 264 • 10
How to use ljs0710/whisper-small-finetuning-ko with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="ljs0710/whisper-small-finetuning-ko") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("ljs0710/whisper-small-finetuning-ko")
model = AutoModelForSpeechSeq2Seq.from_pretrained("ljs0710/whisper-small-finetuning-ko")This model is a fine-tuned version of openai/whisper-small on the Junhoee/STT_Korean_Dataset_80000 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 | Cer |
|---|---|---|---|---|
| 0.9422 | 0.25 | 1000 | 0.9523 | 42.9308 |
| 0.669 | 0.5 | 2000 | 0.6758 | 20.5051 |
| 0.5142 | 0.75 | 3000 | 0.4989 | 17.0488 |
| 0.3686 | 1.0 | 4000 | 0.4023 | 12.9583 |
Base model
openai/whisper-small