S-Sethisak/KhmerAsrDataset
Viewer • Updated • 5.68k • 7
How to use S-Sethisak/whisper-small-kh with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="S-Sethisak/whisper-small-kh") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("S-Sethisak/whisper-small-kh")
model = AutoModelForSpeechSeq2Seq.from_pretrained("S-Sethisak/whisper-small-kh")This model is a fine-tuned version of openai/whisper-small on the KhmerAsrDataset 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 | Cer |
|---|---|---|---|---|---|
| 0.0916 | 3.2154 | 1000 | 0.1611 | 97.4775 | 30.2389 |
| 0.0112 | 6.4309 | 2000 | 0.1518 | 96.3964 | 27.3481 |
| 0.0015 | 9.6463 | 3000 | 0.1706 | 97.2973 | 26.4233 |
| 0.0003 | 12.8617 | 4000 | 0.1773 | 96.2162 | 26.6836 |
Base model
openai/whisper-small