hyojin99/EBRC
Updated • 5
How to use hyojin99/whisper_large with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="hyojin99/whisper_large") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("hyojin99/whisper_large")
model = AutoModelForSpeechSeq2Seq.from_pretrained("hyojin99/whisper_large")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.3829 | 1.0 | 1500 | 0.3817 | 15.4574 |
| 0.1779 | 2.0 | 3000 | 0.3238 | 13.5614 |
| 0.0732 | 3.0 | 4500 | 0.2954 | 11.2004 |
| 0.0228 | 4.0 | 6000 | 0.2978 | 10.5708 |
Base model
openai/whisper-small