google/fleurs
Viewer • Updated • 768k • 76.3k • 420
How to use steja/whisper-large-khmer with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="steja/whisper-large-khmer") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("steja/whisper-large-khmer")
model = AutoModelForSpeechSeq2Seq.from_pretrained("steja/whisper-large-khmer")This model is a fine-tuned version of openai/whisper-large-v2 on the google/fleurs km_kh 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.0002 | 50.0 | 500 | 0.5488 | 51.5328 |
| 0.0001 | 100.0 | 1000 | 0.5659 | 51.1683 |