Instructions to use laion/clap-htsat-unfused with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use laion/clap-htsat-unfused with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="laion/clap-htsat-unfused")# Load model directly from transformers import AutoProcessor, AutoModel processor = AutoProcessor.from_pretrained("laion/clap-htsat-unfused") model = AutoModel.from_pretrained("laion/clap-htsat-unfused") - Inference
- Notebooks
- Google Colab
- Kaggle
The image in readme is broken
#6 opened about 1 month ago
by
14790897abc
The output dimension of last_hidden_state
#5 opened about 1 year ago
by
kabir5297
Error while using the model for zero-shot-audio-classification
2
#4 opened over 1 year ago
by
mboushaba
Adding `safetensors` variant of this model
#3 opened almost 3 years ago
by
SFconvertbot