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