chuuhtetnaing/myanmar-speech-dataset-openslr-80
Viewer • Updated • 2.53k • 174 • 5
How to use myatsu/whisper-small-burmese with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="myatsu/whisper-small-burmese") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("myatsu/whisper-small-burmese")
model = AutoModelForSpeechSeq2Seq.from_pretrained("myatsu/whisper-small-burmese")This model is a fine-tuned version of openai/whisper-small 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.8707 | 0.7018 | 100 | 0.8376 | 219.3678 | 91.2284 |
| 0.6616 | 1.4 | 200 | 0.6328 | 258.8157 | 91.5565 |
| 0.4185 | 2.0982 | 300 | 0.3932 | 161.2199 | 90.5602 |
| 0.284 | 2.8 | 400 | 0.2824 | 184.5058 | 90.4603 |
| 0.2265 | 3.4982 | 500 | 0.2524 | 173.4194 | 90.1916 |