seanghay/khmer_mpwt_speech
Viewer • Updated • 2.06k • 65 • 8
How to use Raoul12/wispher_small_kh with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="Raoul12/wispher_small_kh") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("Raoul12/wispher_small_kh")
model = AutoModelForSpeechSeq2Seq.from_pretrained("Raoul12/wispher_small_kh", device_map="auto")This model is a fine-tuned version of openai/whisper-small on the seanghay/khmer_mpwt_speech 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.7064 | 1.3966 | 250 | 0.7823 | 106.1170 |
| 0.4618 | 2.7933 | 500 | 0.5052 | 78.0851 |
| 0.1901 | 4.1899 | 750 | 0.4079 | 64.7340 |
| 0.1137 | 5.5866 | 1000 | 0.3627 | 58.2979 |
Base model
openai/whisper-small