hyojin99/EBRC
Updated • 5
How to use hyojin99/whisper_small with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="hyojin99/whisper_small") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("hyojin99/whisper_small")
model = AutoModelForSpeechSeq2Seq.from_pretrained("hyojin99/whisper_small")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.3783 | 1.0 | 1500 | 0.3772 | 15.4514 |
| 0.1885 | 2.0 | 3000 | 0.3377 | 14.1970 |
| 0.0896 | 3.0 | 4500 | 0.3270 | 13.0499 |
| 0.0379 | 4.0 | 6000 | 0.3331 | 12.6349 |
| 0.008 | 5.0 | 7500 | 0.3381 | 12.0280 |
Base model
openai/whisper-small