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