potatoSeop/chimsuja_dataset
Viewer • Updated • 2.52k • 94 • 1
How to use potatoSeop/chimsuja with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="potatoSeop/chimsuja") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("potatoSeop/chimsuja")
model = AutoModelForSpeechSeq2Seq.from_pretrained("potatoSeop/chimsuja")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.0215 | 4.03 | 5000 | 0.1357 | 4.5024 |
| 0.0032 | 8.06 | 10000 | 0.1292 | 4.5958 |
Base model
openai/whisper-base