google/fleurs
Viewer • Updated • 768k • 58.2k • 404
How to use arun100/whisper-base-ko-2 with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="arun100/whisper-base-ko-2") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("arun100/whisper-base-ko-2")
model = AutoModelForSpeechSeq2Seq.from_pretrained("arun100/whisper-base-ko-2")This model is a fine-tuned version of openai/whisper-base on the google/fleurs ko_kr 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.3225 | 66.0 | 500 | 0.5002 | 27.9275 |
| 0.1185 | 133.0 | 1000 | 0.4901 | 27.4344 |
| 0.0468 | 199.0 | 1500 | 0.5047 | 27.4696 |
| 0.0268 | 266.0 | 2000 | 0.5147 | 27.8746 |
| 0.0189 | 333.0 | 2500 | 0.5218 | 28.0507 |
| 0.0145 | 399.0 | 3000 | 0.5273 | 28.4733 |
| 0.0121 | 466.0 | 3500 | 0.5318 | 28.6318 |
| 0.0107 | 533.0 | 4000 | 0.5352 | 28.6846 |
| 0.0098 | 599.0 | 4500 | 0.5376 | 28.8079 |
| 0.0095 | 666.0 | 5000 | 0.5385 | 28.8079 |
Base model
openai/whisper-base