Instructions to use werent4/larger_clap_general_audio_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use werent4/larger_clap_general_audio_model with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("werent4/larger_clap_general_audio_model") model = AutoModel.from_pretrained("werent4/larger_clap_general_audio_model") - Notebooks
- Google Colab
- Kaggle
Ctrl+K