How to use nrshoudi/XLS-R_Jibbali_lang with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="nrshoudi/XLS-R_Jibbali_lang")
# Load model directly from transformers import AutoProcessor, AutoModelForCTC processor = AutoProcessor.from_pretrained("nrshoudi/XLS-R_Jibbali_lang") model = AutoModelForCTC.from_pretrained("nrshoudi/XLS-R_Jibbali_lang")
The community tab is the place to discuss and collaborate with the HF community!