jmcastelo17/FIFA_commentary
Viewer • Updated • 227 • 29
How to use jmcastelo17/whisper-small-hi with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="jmcastelo17/whisper-small-hi") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("jmcastelo17/whisper-small-hi")
model = AutoModelForSpeechSeq2Seq.from_pretrained("jmcastelo17/whisper-small-hi")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.3488 | 1.0 | 12 | 4.7962 | 46.0064 |
| 4.6557 | 2.0 | 24 | 3.5938 | 38.9776 |
| 3.5187 | 3.0 | 36 | 2.0149 | 30.6709 |
| 2.2038 | 4.0 | 48 | 1.4935 | 30.0319 |
| 1.0546 | 5.0 | 60 | 1.3163 | 24.2812 |
Base model
openai/whisper-small