kresnik/zeroth_korean
Viewer • Updated • 22.7k • 840 • 22
How to use haseong8012/whisper-small-ko with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="haseong8012/whisper-small-ko") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("haseong8012/whisper-small-ko")
model = AutoModelForSpeechSeq2Seq.from_pretrained("haseong8012/whisper-small-ko")This model is a fine-tuned version of openai/whisper-small on the kresnik/zeroth_korean 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 | Cer |
|---|---|---|---|---|---|
| 0.1738 | 0.72 | 1000 | 0.2348 | 20.1777 | 8.0402 |
| 0.0601 | 1.44 | 2000 | 0.1447 | 16.1873 | 7.3218 |
| 0.0148 | 2.16 | 3000 | 0.1103 | 15.1784 | 7.6162 |
| 0.0155 | 2.87 | 4000 | 0.0965 | 9.3510 | 4.1693 |
Base model
openai/whisper-small