Instructions to use lengyue233/content-vec-best with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
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") - Notebooks
- Google Colab
- Kaggle