legacy-datasets/common_voice
Updated • 1.4k • 144
How to use glob-asr/base-spanish-asr with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="glob-asr/base-spanish-asr") # Load model directly
from transformers import AutoProcessor, AutoModelForCTC
processor = AutoProcessor.from_pretrained("glob-asr/base-spanish-asr")
model = AutoModelForCTC.from_pretrained("glob-asr/base-spanish-asr")This model was trained from scratch 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: