google/fleurs
Viewer • Updated • 768k • 76.3k • 420
How to use steja/whisper-small-khmer with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="steja/whisper-small-khmer") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("steja/whisper-small-khmer")
model = AutoModelForSpeechSeq2Seq.from_pretrained("steja/whisper-small-khmer")This model is a fine-tuned version of openai/whisper-small 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.5571 | 40.0 | 400 | 1.2022 | 89.9564 |
| 0.0088 | 80.0 | 800 | 1.7980 | 86.6669 |
| 0.0023 | 120.0 | 1200 | 1.9221 | 84.9417 |
| 0.0002 | 160.0 | 1600 | 2.0559 | 85.4326 |
| 0.0002 | 200.0 | 2000 | 2.0787 | 85.6536 |