Digital-Divide-Data/khm-asr-cultural
Viewer • Updated • 56.7k • 1.18k • 9
How to use dynann/whisper-small-khm-asr-cultural-v2 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-v2") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("dynann/whisper-small-khm-asr-cultural-v2")
model = AutoModelForSpeechSeq2Seq.from_pretrained("dynann/whisper-small-khm-asr-cultural-v2", device_map="auto")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 |
|---|---|---|---|---|
| 1.3845 | 7.6923 | 500 | 0.4710 | 103.3430 |
| 0.2341 | 15.3846 | 1000 | 0.3025 | 102.0349 |
Base model
openai/whisper-small