Instructions to use laion/larger_clap_general with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use laion/larger_clap_general with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="laion/larger_clap_general")# Load model directly from transformers import AutoProcessor, AutoModel processor = AutoProcessor.from_pretrained("laion/larger_clap_general") model = AutoModel.from_pretrained("laion/larger_clap_general") - Inference
- Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
bd55027 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:314eb00cce6ad68d25237b8446b659ccdb136ed4672c1bca470f142f72455026
size 776444665
|