Eun0503/safecall-preprocessed
Viewer • Updated • 2k • 100
How to use Eun0503/safecall-model with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="Eun0503/safecall-model") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("Eun0503/safecall-model")
model = AutoModelForSpeechSeq2Seq.from_pretrained("Eun0503/safecall-model")This model is a fine-tuned version of openai/whisper-base on the 저음질 전화망 음성인식 데이터 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.0296 | 10.0 | 1000 | 0.4638 | 54.7929 |
Base model
openai/whisper-base