hyojin99/EBRC
Updated • 5
How to use hyojin99/whisper_hyojin3 with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="hyojin99/whisper_hyojin3") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("hyojin99/whisper_hyojin3")
model = AutoModelForSpeechSeq2Seq.from_pretrained("hyojin99/whisper_hyojin3")This model is a fine-tuned version of openai/whisper-base on the EBRC 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.457 | 1.0 | 625 | 0.4558 | 19.5344 |
| 0.2711 | 2.0 | 1250 | 0.3992 | 18.0743 |
| 0.14 | 3.0 | 1875 | 0.3889 | 16.9447 |
| 0.0621 | 4.0 | 2500 | 0.3937 | 16.9491 |
| 0.0309 | 5.0 | 3125 | 0.4027 | 16.6588 |
Base model
openai/whisper-base