How to use lengyue233/content-vec-best with Transformers:
# Load model directly from transformers import AutoProcessor, HubertModelWithFinalProj processor = AutoProcessor.from_pretrained("lengyue233/content-vec-best") model = HubertModelWithFinalProj.from_pretrained("lengyue233/content-vec-best")
What is a pickle import?