chuuhtetnaing/myanmar-speech-dataset-openslr-80
Viewer • Updated • 2.53k • 210 • 6
How to use myatsu/whisper-small-burmese-v2 with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="myatsu/whisper-small-burmese-v2") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("myatsu/whisper-small-burmese-v2")
model = AutoModelForSpeechSeq2Seq.from_pretrained("myatsu/whisper-small-burmese-v2", device_map="auto")This model is a fine-tuned version of myatsu/whisper-small-burmese on the Myanmar Speech Dataset (OpenSLR-80) 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.2344 | 1.4 | 200 | 0.2328 | 81.5227 | 33.3180 |
| 0.1545 | 2.8 | 400 | 0.1866 | 73.7756 | 28.1360 |
| 0.0954 | 4.1965 | 600 | 0.1688 | 70.5699 | 26.8591 |
| 0.0747 | 5.5965 | 800 | 0.1629 | 68.8780 | 25.2430 |
| 0.0654 | 6.9965 | 1000 | 0.1623 | 67.3642 | 24.9554 |