How to use muqtadar/voice_emo with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("audio-classification", model="muqtadar/voice_emo")
# Load model directly from transformers import AutoProcessor, Wav2Vec2ForSpeechClassification processor = AutoProcessor.from_pretrained("muqtadar/voice_emo") model = Wav2Vec2ForSpeechClassification.from_pretrained("muqtadar/voice_emo")
The community tab is the place to discuss and collaborate with the HF community!