hyojin99/EBRC
Updated • 7
How to use hyojin99/whisper_medium with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="hyojin99/whisper_medium") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("hyojin99/whisper_medium")
model = AutoModelForSpeechSeq2Seq.from_pretrained("hyojin99/whisper_medium")This model is a fine-tuned version of openai/whisper-small 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.3669 | 1.0 | 1500 | 0.3612 | 14.6286 |
| 0.1695 | 2.0 | 3000 | 0.3127 | 12.7780 |
| 0.072 | 3.0 | 4500 | 0.2931 | 11.1098 |
| 0.0201 | 4.0 | 6000 | 0.2941 | 10.6519 |
Base model
openai/whisper-small