Bingsu/zeroth-korean
Viewer • Updated • 22.7k • 469 • 45
How to use CookieMonster99/whisper-small-KR with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="CookieMonster99/whisper-small-KR") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("CookieMonster99/whisper-small-KR")
model = AutoModelForSpeechSeq2Seq.from_pretrained("CookieMonster99/whisper-small-KR")This model is a fine-tuned version of openai/whisper-small on the 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 |
|---|---|---|---|---|
| 0.0294 | 0.18 | 1000 | 0.1502 | 30.7936 |
| 0.0375 | 0.36 | 2000 | 0.1191 | 44.9179 |
| 0.0286 | 0.54 | 3000 | 0.1037 | 40.8824 |
Base model
openai/whisper-small