How to use cahya/wav2vec2-base with Transformers:
# Load model directly from transformers import AutoProcessor, AutoModelForPreTraining processor = AutoProcessor.from_pretrained("cahya/wav2vec2-base") model = AutoModelForPreTraining.from_pretrained("cahya/wav2vec2-base")
The community tab is the place to discuss and collaborate with the HF community!