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