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