How to use Akashpb13/Kabyle_xlsr with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="Akashpb13/Kabyle_xlsr")
# Load model directly from transformers import AutoProcessor, AutoModelForCTC processor = AutoProcessor.from_pretrained("Akashpb13/Kabyle_xlsr") model = AutoModelForCTC.from_pretrained("Akashpb13/Kabyle_xlsr")
Hi AkashI'm new to this platform, i'm a native Kabyle speaker, thank you very much for this content.I'm very interested in using this model, could you please help me to do so if possible.
Β· Sign up or log in to comment