potatoSeop/chimsuja_dataset
Viewer • Updated • 2.52k • 94 • 1
How to use potatoSeop/chimsuja-1 with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="potatoSeop/chimsuja-1") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("potatoSeop/chimsuja-1")
model = AutoModelForSpeechSeq2Seq.from_pretrained("potatoSeop/chimsuja-1")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.0326 | 7.94 | 1000 | 0.3724 | 14.4526 |
Base model
openai/whisper-base