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