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