arielcerdap/TimeStamped-Splits
Viewer • Updated • 3.42k • 491
How to use arielcerdap/whisper-small-fluencybank with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="arielcerdap/whisper-small-fluencybank") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("arielcerdap/whisper-small-fluencybank")
model = AutoModelForSpeechSeq2Seq.from_pretrained("arielcerdap/whisper-small-fluencybank")This model is a fine-tuned version of openai/whisper-small 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.5202 | 11.6279 | 250 | 1.7446 | 14.2167 | 10.7879 |
| 1.4329 | 23.2558 | 500 | 1.8143 | 13.4476 | 7.7609 |
| 1.4254 | 34.8837 | 750 | 1.8473 | 13.2938 | 7.7063 |
| 1.4211 | 46.5116 | 1000 | 1.9020 | 13.8651 | 7.8338 |
| 1.4201 | 58.1395 | 1250 | 1.9092 | 13.8211 | 7.8611 |
| 1.4189 | 69.7674 | 1500 | 1.9383 | 14.1727 | 8.1615 |
| 1.418 | 81.3953 | 1750 | 1.9574 | 14.3265 | 8.2161 |
| 1.4177 | 93.0233 | 2000 | 1.9669 | 14.5023 | 8.3572 |
| 1.4176 | 104.6512 | 2250 | 1.9709 | 14.5902 | 8.3663 |
| 1.4175 | 116.2791 | 2500 | 1.9714 | 14.7220 | 8.4574 |
Base model
openai/whisper-small