rlaorrn/working
Viewer • Updated • 7.5k • 16
How to use rlaorrn/jeju_stt_v2 with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="rlaorrn/jeju_stt_v2") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("rlaorrn/jeju_stt_v2")
model = AutoModelForSpeechSeq2Seq.from_pretrained("rlaorrn/jeju_stt_v2", device_map="auto")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.3853 | 13.4054 |
| 0.1884 | 4.0 | 2000 | 0.3488 | 11.9817 |
| 0.1059 | 6.0 | 3000 | 0.3607 | 11.9350 |
| 0.0634 | 8.0 | 4000 | 0.3820 | 12.0409 |
Base model
openai/whisper-base