team4/8dretnaEN
Viewer • Updated • 1.84k • 12
How to use team4/whisperEN with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="team4/whisperEN") # Load model directly
from transformers import AutoProcessor, AutoModelForMultimodalLM
processor = AutoProcessor.from_pretrained("team4/whisperEN")
model = AutoModelForMultimodalLM.from_pretrained("team4/whisperEN")This model is a fine-tuned version of openai/whisper-small on the 8dretnaEN 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.5291 | 0.03 | 5 | 5.8051 | 29.8319 |
Base model
openai/whisper-small