AhmedBadawy11/high_quality_ds
Viewer • Updated • 1k • 8
How to use Mohsen21/FineTunedWhisper with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="Mohsen21/FineTunedWhisper") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("Mohsen21/FineTunedWhisper")
model = AutoModelForSpeechSeq2Seq.from_pretrained("Mohsen21/FineTunedWhisper")This model is a fine-tuned version of openai/whisper-Large on the high_quality_ds 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 |
|---|---|---|---|---|
| 0.0024 | 15.8730 | 1000 | 0.0048 | 0.1303 |
| 0.0001 | 31.7460 | 2000 | 0.0001 | 0.0261 |
| 0.0 | 47.6190 | 3000 | 0.0001 | 0.0261 |
| 0.0 | 63.4921 | 4000 | 0.0000 | 0.0261 |