Bingsu/zeroth-korean
Viewer โข Updated โข 22.7k โข 451 โข 44
How to use byoussef/whisper-large-v2-Ko with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="byoussef/whisper-large-v2-Ko") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("byoussef/whisper-large-v2-Ko")
model = AutoModelForSpeechSeq2Seq.from_pretrained("byoussef/whisper-large-v2-Ko")This model is a fine-tuned version of openai/whisper-large-v2 on the None dataset. It achieves the following results on the evaluation set:
More information needed
More information needed
More information needed
***** train metrics *****
epoch = 50.0
train_loss = 0.0234
train_runtime = 16:20:18.00
train_samples = 22262
train_samples_per_second = 19.042
train_steps_per_second = 0.085
The following hyperparameters were used during training:
| Training Loss | Epoch | Step | Validation Loss | Wer |
|---|---|---|---|---|
| 0.0299 | 10.0 | 1000 | 0.0745 | 0.0447 |
| 0.0085 | 20.0 | 2000 | 0.0608 | 0.0353 |
| 0.0036 | 30.0 | 3000 | 0.0593 | 0.0302 |
| 0.0013 | 40.0 | 4000 | 0.0609 | 0.0282 |
| 0.0008 | 50.0 | 5000 | 0.0617 | 0.0290 |