DDD-Cambodia/khm-asr-cultural
Viewer • Updated • 56.7k • 1.95k • 9
How to use dynann/whisper-small-khm-asr-cultural with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="dynann/whisper-small-khm-asr-cultural") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("dynann/whisper-small-khm-asr-cultural")
model = AutoModelForSpeechSeq2Seq.from_pretrained("dynann/whisper-small-khm-asr-cultural")This model is a fine-tuned version of openai/whisper-small on the KHM ASR Cultural 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 |
|---|---|---|---|---|
| 82.8215 | 7.6923 | 500 | 20.7354 | 5011.0465 |
| 80.7015 | 15.3846 | 1000 | 20.2082 | 5011.0465 |
Base model
openai/whisper-small