kresnik/zeroth_korean
Viewer • Updated • 22.7k • 840 • 22
How to use haseong8012/whisper-small-ko2 with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="haseong8012/whisper-small-ko2") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("haseong8012/whisper-small-ko2")
model = AutoModelForSpeechSeq2Seq.from_pretrained("haseong8012/whisper-small-ko2")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.0873 | 1.44 | 1000 | 0.1706 | 15.1333 | 6.0733 |
| 0.0274 | 2.87 | 2000 | 0.1186 | 9.6220 | 3.9887 |
| 0.0034 | 4.31 | 3000 | 0.1050 | 7.7699 | 3.1878 |
| 0.0011 | 5.75 | 4000 | 0.0990 | 7.4838 | 3.6079 |
| 0.0008 | 7.18 | 5000 | 0.0981 | 6.7761 | 2.8934 |
Base model
openai/whisper-small