arielcerdap/TimeStamped-Splits
Viewer • Updated • 3.42k • 475
How to use arielcerdap/whisper-medium-fluencybank with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="arielcerdap/whisper-medium-fluencybank") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("arielcerdap/whisper-medium-fluencybank")
model = AutoModelForSpeechSeq2Seq.from_pretrained("arielcerdap/whisper-medium-fluencybank")This model is a fine-tuned version of openai/whisper-medium on the FluencyBank Timestamped 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 | Wer | Cer |
|---|---|---|---|---|---|
| 1.4549 | 11.6279 | 250 | 1.7186 | 11.7776 | 6.6503 |
| 1.4261 | 23.2558 | 500 | 1.7611 | 10.8548 | 6.2588 |
| 1.4204 | 34.8837 | 750 | 1.8104 | 10.7888 | 6.2679 |
| 1.4216 | 46.5116 | 1000 | 1.7901 | 10.9207 | 6.4819 |
| 1.4179 | 58.1395 | 1250 | 1.8390 | 10.9426 | 6.4637 |
| 1.4168 | 69.7674 | 1500 | 1.8682 | 15.7328 | 10.7515 |
| 1.4164 | 81.3953 | 1750 | 1.8841 | 15.9086 | 10.8517 |
| 1.4161 | 93.0233 | 2000 | 1.8941 | 15.8207 | 10.8790 |
| 1.416 | 104.6512 | 2250 | 1.8984 | 15.9525 | 10.9882 |
| 1.416 | 116.2791 | 2500 | 1.8983 | 15.9086 | 10.9154 |
Base model
openai/whisper-medium