rlaorrn/working
Viewer • Updated • 7.5k • 14
How to use rlaorrn/working with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="rlaorrn/working") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("rlaorrn/working")
model = AutoModelForSpeechSeq2Seq.from_pretrained("rlaorrn/working")This model is a fine-tuned version of openai/whisper-base on the jeju_audio 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.3689 | 2.0 | 1000 | 0.3850 | 13.3992 |
| 0.1887 | 4.0 | 2000 | 0.3482 | 11.9225 |
| 0.1057 | 6.0 | 3000 | 0.3603 | 11.8446 |
| 0.0637 | 8.0 | 4000 | 0.3821 | 11.9723 |
Base model
openai/whisper-base