google/fleurs
Viewer • Updated • 768k • 82.1k • 424
How to use myatsu/whisper-small-burmese-v3 with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="myatsu/whisper-small-burmese-v3") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("myatsu/whisper-small-burmese-v3")
model = AutoModelForSpeechSeq2Seq.from_pretrained("myatsu/whisper-small-burmese-v3")This model is a fine-tuned version of myatsu/whisper-small-burmese-v2 on the Google FLEURS Burmese + Kaggle Noise (minsithu/audio-noise-dataset) 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.3093 | 0.4057 | 100 | 0.2936 | 97.5581 | 59.4269 |
| 0.2107 | 0.8114 | 200 | 0.2187 | 95.4360 | 56.5003 |
| 0.1442 | 1.2150 | 300 | 0.1853 | 95.0 | 55.5726 |
| 0.1207 | 1.6207 | 400 | 0.1638 | 93.2558 | 54.6075 |
| 0.0976 | 2.0243 | 500 | 0.1559 | 92.2384 | 53.5169 |
| 0.0784 | 2.4300 | 600 | 0.1503 | 92.0930 | 52.9128 |
| 0.0795 | 2.8357 | 700 | 0.1444 | 91.6570 | 52.9089 |
| 0.0591 | 3.2394 | 800 | 0.1439 | 90.6977 | 52.6892 |
| 0.0492 | 3.6450 | 900 | 0.1440 | 90.6395 | 52.9501 |
| 0.0462 | 4.0487 | 1000 | 0.1428 | 91.25 | 52.8520 |
Base model
openai/whisper-small