hyojin99/EBRC
Updated • 7
How to use hyojin99/whisper_hyojin2 with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="hyojin99/whisper_hyojin2") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("hyojin99/whisper_hyojin2")
model = AutoModelForSpeechSeq2Seq.from_pretrained("hyojin99/whisper_hyojin2")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.4709 | 1.0 | 1250 | 0.4644 | 20.4829 |
| 0.2318 | 2.0 | 2500 | 0.3985 | 17.9464 |
| 0.1339 | 3.0 | 3750 | 0.3915 | 16.9433 |
| 0.0539 | 4.0 | 5000 | 0.3962 | 16.2937 |
| 0.0206 | 5.0 | 6250 | 0.4044 | 16.1170 |
Base model
openai/whisper-base