Instructions to use laion/larger_clap_music_and_speech with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use laion/larger_clap_music_and_speech with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="laion/larger_clap_music_and_speech")# Load model directly from transformers import AutoProcessor, AutoModel processor = AutoProcessor.from_pretrained("laion/larger_clap_music_and_speech") model = AutoModel.from_pretrained("laion/larger_clap_music_and_speech", device_map="auto") - Inference
- Notebooks
- Google Colab
- Kaggle
Unkown ERROR -
#2 opened over 2 years ago
by
ArthurSynthia
Adding `safetensors` variant of this model
#1 opened over 2 years ago
by
SFconvertbot