google/fleurs
Viewer • Updated • 768k • 59.3k • 406
How to use PhanithLIM/whisper-medium-aug-05-june with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="PhanithLIM/whisper-medium-aug-05-june") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("PhanithLIM/whisper-medium-aug-05-june")
model = AutoModelForSpeechSeq2Seq.from_pretrained("PhanithLIM/whisper-medium-aug-05-june")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.1867 | 1.0 | 2847 | 0.0867 | 78.8824 |
| 0.0689 | 2.0 | 5694 | 0.0720 | 75.8348 |
| 0.0485 | 3.0 | 8541 | 0.0706 | 77.7656 |
| 0.0362 | 4.0 | 11388 | 0.0690 | 77.5133 |
| 0.0274 | 5.0 | 14235 | 0.0721 | 78.5554 |
Base model
openai/whisper-medium