jmcastelo17/FIFA_commentary
Viewer • Updated • 227 • 29
How to use jmcastelo17/whisper-small-FIFA-1 with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="jmcastelo17/whisper-small-FIFA-1") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("jmcastelo17/whisper-small-FIFA-1")
model = AutoModelForSpeechSeq2Seq.from_pretrained("jmcastelo17/whisper-small-FIFA-1")This model is a fine-tuned version of openai/whisper-small on the FIFA_commentary 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 |
|---|---|---|---|---|
| 5.3487 | 1.0 | 12 | 4.7958 | 46.0064 |
| 4.6559 | 2.0 | 24 | 3.5936 | 38.9776 |
| 3.5187 | 3.0 | 36 | 2.0147 | 30.3514 |
| 2.2037 | 4.0 | 48 | 1.4929 | 30.0319 |
| 1.054 | 5.0 | 60 | 1.3180 | 24.6006 |
Base model
openai/whisper-small