legacy-datasets/common_voice
Updated • 1.4k • 144
How to use mattchurgin/xls-r-eng with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="mattchurgin/xls-r-eng") # Load model directly
from transformers import AutoProcessor, AutoModelForCTC
processor = AutoProcessor.from_pretrained("mattchurgin/xls-r-eng")
model = AutoModelForCTC.from_pretrained("mattchurgin/xls-r-eng")YAML Metadata Error:"model-index[0].name" is not allowed to be empty
This model is a fine-tuned version of patrickvonplaten/wav2vec2_tiny_random_robust on the MOZILLA-FOUNDATION/COMMON_VOICE_7_0 - AB 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: