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