Otgonbaatar/Mongolian_number_1-10
Preview • Updated • 10 • 1
How to use Otgonbaatar/whisper-small-mongolian-3 with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="Otgonbaatar/whisper-small-mongolian-3") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("Otgonbaatar/whisper-small-mongolian-3")
model = AutoModelForSpeechSeq2Seq.from_pretrained("Otgonbaatar/whisper-small-mongolian-3", device_map="auto")This model is a fine-tuned version of bayartsogt/whisper-small-mn-8 on the Common Voice 11.0 dataset.
More information needed
More information needed
More information needed
The following hyperparameters were used during training:
Base model
bayartsogt/whisper-small-mn-8