Transformers How to use microsoft/unispeech-sat-large-sd with Transformers:
# Load model directly
from transformers import AutoProcessor, AutoModelForAudioFrameClassification
processor = AutoProcessor.from_pretrained("microsoft/unispeech-sat-large-sd")
model = AutoModelForAudioFrameClassification.from_pretrained("microsoft/unispeech-sat-large-sd")