google/fleurs
Viewer • Updated • 768k • 58.8k • 404
How to use nocturneFlow/whisper-medium-ft-issai with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="nocturneFlow/whisper-medium-ft-issai") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("nocturneFlow/whisper-medium-ft-issai")
model = AutoModelForSpeechSeq2Seq.from_pretrained("nocturneFlow/whisper-medium-ft-issai")This model is a fine-tuned version of nocturneFlow/whisper-medium-ft on an unknown dataset. It achieves the following results on the evaluation set:
The following hyperparameters were used during training:
| Training Loss | Epoch | Step | Validation Loss | Wer |
|---|---|---|---|---|
| 0.1487 | 0.2173 | 1000 | 0.1408 | 17.6987 |
| 0.1137 | 0.4347 | 2000 | 0.1059 | 13.7526 |
| 0.092 | 0.6520 | 3000 | 0.0924 | 12.0276 |
| 0.0814 | 0.8693 | 4000 | 0.0814 | 10.6566 |
| 0.047 | 1.0865 | 5000 | 0.0778 | 10.2803 |