google/fleurs
Viewer • Updated • 768k • 57.1k • 405
How to use bayartsogt/whisper-medium-mn-5 with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="bayartsogt/whisper-medium-mn-5") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("bayartsogt/whisper-medium-mn-5")
model = AutoModelForSpeechSeq2Seq.from_pretrained("bayartsogt/whisper-medium-mn-5")This model is a fine-tuned version of openai/whisper-medium on the Common Voice 11.0 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:
{'eval_loss': 0.3396347761154175, 'eval_wer': 24.7268953462967, 'eval_cer': 8.671234994074913, 'eval_runtime': 2202.1539, 'eval_samples_per_second': 0.856, 'eval_steps_per_second': 0.027, 'epoch': 7
.3}