Instructions to use laion/larger_clap_music with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use laion/larger_clap_music with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="laion/larger_clap_music")# Load model directly from transformers import AutoProcessor, AutoModel processor = AutoProcessor.from_pretrained("laion/larger_clap_music") model = AutoModel.from_pretrained("laion/larger_clap_music") - Inference
- Notebooks
- Google Colab
- Kaggle
Adding `safetensors` variant of this model
#5 opened about 1 year ago
by
SFconvertbot
Sample rate of input audio
➕ 2
#4 opened over 1 year ago
by
lucainiao
Load with Laion's CLAP model?
1
#3 opened about 2 years ago
by
jbmaxwell
Equally-weighted output when using with HF transformers `pipeline` API
👍 4
3
#2 opened over 2 years ago
by
Xenova
Adding `safetensors` variant of this model
#1 opened over 2 years ago
by
SFconvertbot