kresnik/zeroth_korean
Viewer • Updated • 22.7k • 809 • 22
How to use seastar105/whisper-small-ko-zeroth with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="seastar105/whisper-small-ko-zeroth") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("seastar105/whisper-small-ko-zeroth")
model = AutoModelForSpeechSeq2Seq.from_pretrained("seastar105/whisper-small-ko-zeroth")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.1277 | 0.72 | 1000 | 0.1489 | 12.2271 |
| 0.0379 | 1.44 | 2000 | 0.1053 | 6.7159 |
| 0.0138 | 2.16 | 3000 | 0.0918 | 6.0382 |
| 0.0141 | 2.87 | 4000 | 0.0899 | 6.7610 |