legacy-datasets/common_voice
Updated • 1.57k • 144
How to use bayartsogt/wav2vec2-base-mn-scratch with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="bayartsogt/wav2vec2-base-mn-scratch") # Load model directly
from transformers import AutoProcessor, AutoModelForCTC
processor = AutoProcessor.from_pretrained("bayartsogt/wav2vec2-base-mn-scratch")
model = AutoModelForCTC.from_pretrained("bayartsogt/wav2vec2-base-mn-scratch")This model is a fine-tuned version of bayartsogt/wav2vec2-base-mn-pretrain-42h on the common_voice 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: