hyojin99/EBRC
Updated • 7
How to use hyojin99/whisper_hyojin4 with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="hyojin99/whisper_hyojin4") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("hyojin99/whisper_hyojin4")
model = AutoModelForSpeechSeq2Seq.from_pretrained("hyojin99/whisper_hyojin4")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.4643 | 0.83 | 625 | 0.4565 | 20.5573 |
| 0.2593 | 1.67 | 1250 | 0.4113 | 17.9447 |
| 0.1449 | 2.5 | 1875 | 0.3965 | 17.4427 |
| 0.0774 | 3.33 | 2500 | 0.3921 | 16.7845 |
| 0.0433 | 4.17 | 3125 | 0.3928 | 16.6510 |
Base model
openai/whisper-base