google/fleurs
Viewer • Updated • 768k • 57.2k • 403
How to use nocturneFlow/whisper-medium-ft with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="nocturneFlow/whisper-medium-ft") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("nocturneFlow/whisper-medium-ft")
model = AutoModelForSpeechSeq2Seq.from_pretrained("nocturneFlow/whisper-medium-ft")This model is a fine-tuned version of openai/whisper-medium on the None 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.0045 | 7.5725 | 1000 | 0.3121 | 23.2826 |
| 0.0003 | 15.1507 | 2000 | 0.3523 | 21.3939 |
| 0.0001 | 22.7232 | 3000 | 0.3738 | 21.3661 |
| 0.0001 | 30.3013 | 4000 | 0.3863 | 21.3772 |
| 0.0001 | 37.8738 | 5000 | 0.3910 | 21.2101 |