How to use hf-tiny-model-private/tiny-random-UniSpeechSatForXVector with Transformers:
# Load model directly from transformers import AutoProcessor, AutoModelForAudioXVector processor = AutoProcessor.from_pretrained("hf-tiny-model-private/tiny-random-UniSpeechSatForXVector") model = AutoModelForAudioXVector.from_pretrained("hf-tiny-model-private/tiny-random-UniSpeechSatForXVector")