Audio Classification
Transformers
PyTorch
Safetensors
English
clap
feature-extraction
zero-shot audio classification
zero-shot audio retrieval
Instructions to use laion/clap-htsat-fused with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use laion/clap-htsat-fused with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("audio-classification", model="laion/clap-htsat-fused")# Load model directly from transformers import AutoProcessor, AutoModel processor = AutoProcessor.from_pretrained("laion/clap-htsat-fused") model = AutoModel.from_pretrained("laion/clap-htsat-fused") - Notebooks
- Google Colab
- Kaggle
Paper vs. HF model
#6 opened about 1 month ago
by
Antoine101
Adding `safetensors` variant of this model
#3 opened over 2 years ago
by
SFconvertbot