seanghay/khmer_mpwt_speech
Viewer • Updated • 2.06k • 77 • 8
How to use KrorngAI/mms-1b-fl102-finetuned-khm with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="KrorngAI/mms-1b-fl102-finetuned-khm") # Load model directly
from transformers import AutoProcessor, AutoModelForCTC
processor = AutoProcessor.from_pretrained("KrorngAI/mms-1b-fl102-finetuned-khm")
model = AutoModelForCTC.from_pretrained("KrorngAI/mms-1b-fl102-finetuned-khm")This model is a fine-tuned version of facebook/mms-1b-fl102 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 |
|---|---|---|---|---|
| 4.8181 | 0.5587 | 100 | 1.0119 | 0.9584 |
| 1.1491 | 1.1173 | 200 | 0.7723 | 0.7366 |
| 0.9737 | 1.6760 | 300 | 0.6707 | 0.7366 |
| 0.8471 | 2.2346 | 400 | 0.6370 | 0.7019 |
| 0.8114 | 2.7933 | 500 | 0.5789 | 0.6863 |
| 0.6951 | 3.3520 | 600 | 0.5461 | 0.6464 |
| 0.6791 | 3.9106 | 700 | 0.5406 | 0.6672 |
Base model
facebook/mms-1b-fl102