potatoSeop/chimsuja_dataset
Viewer • Updated • 2.52k • 92 • 1
How to use Yeobin/chimsuja_3ep with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="Yeobin/chimsuja_3ep") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("Yeobin/chimsuja_3ep")
model = AutoModelForSpeechSeq2Seq.from_pretrained("Yeobin/chimsuja_3ep")This model is a fine-tuned version of openai/whisper-base on the potatoSeop/chimsuja_dataset 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 | Cer |
|---|---|---|---|---|
| 0.913 | 0.4 | 50 | 0.4665 | 14.4249 |
| 0.4203 | 0.79 | 100 | 0.4156 | 18.1852 |
| 0.343 | 1.19 | 150 | 0.3972 | 13.9544 |
| 0.2746 | 1.59 | 200 | 0.3891 | 13.2048 |
| 0.2838 | 1.98 | 250 | 0.3827 | 13.8794 |
| 0.2153 | 2.38 | 300 | 0.3808 | 12.0721 |
| 0.2035 | 2.78 | 350 | 0.3795 | 12.0513 |
Base model
openai/whisper-base