Transformers How to use anyspeech/ipa-align-tiny-speech with Transformers:
# Load model directly
from transformers import AutoProcessor, SpeechEncoder
processor = AutoProcessor.from_pretrained("anyspeech/ipa-align-tiny-speech")
model = SpeechEncoder.from_pretrained("anyspeech/ipa-align-tiny-speech")