google/fleurs
Viewer • Updated • 768k • 59.3k • 406
How to use bayartsogt/whisper-small-mn-3 with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="bayartsogt/whisper-small-mn-3") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("bayartsogt/whisper-small-mn-3")
model = AutoModelForSpeechSeq2Seq.from_pretrained("bayartsogt/whisper-small-mn-3")This model is a fine-tuned version of openai/whisper-small on the None 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.3408 | 0.61 | 1000 | 0.4062 | 47.6841 | 17.3811 |
| 0.2261 | 1.22 | 2000 | 0.3262 | 37.8086 | 13.6466 |
| 0.2135 | 1.83 | 3000 | 0.2863 | 33.7175 | 12.2246 |
| 0.1643 | 2.43 | 4000 | 0.2803 | 32.5978 | 11.4526 |
| 0.1198 | 3.04 | 5000 | 0.2747 | 31.1121 | 11.0533 |
| 0.1279 | 3.65 | 6000 | 0.2757 | 30.7243 | 10.8927 |
| 0.0891 | 4.26 | 7000 | 0.2878 | 30.9209 | 11.0610 |
| 0.0899 | 4.87 | 8000 | 0.2906 | 30.6642 | 11.0799 |
| 0.0648 | 5.48 | 9000 | 0.3054 | 30.5986 | 10.9030 |
| 0.0436 | 6.09 | 10000 | 0.3184 | 30.5222 | 10.9434 |
| 0.0468 | 6.7 | 11000 | 0.3277 | 30.3692 | 10.9030 |
| 0.0291 | 7.3 | 12000 | 0.3411 | 30.9810 | 11.1572 |
| 0.0275 | 7.91 | 13000 | 0.3476 | 31.0684 | 11.1555 |
| 0.0196 | 8.52 | 14000 | 0.3572 | 30.9154 | 11.1065 |
| 0.0159 | 9.13 | 15000 | 0.3600 | 31.0356 | 11.2087 |