Audio Classification
Transformers
PyTorch
wav2vec2
pretraining
music
audio
speech
audio-representation-learning
arch-benchmark
general-audio
Instructions to use ALM/wav2vec2-base-audioset with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ALM/wav2vec2-base-audioset with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("audio-classification", model="ALM/wav2vec2-base-audioset")# Load model directly from transformers import AutoProcessor, AutoModelForPreTraining processor = AutoProcessor.from_pretrained("ALM/wav2vec2-base-audioset") model = AutoModelForPreTraining.from_pretrained("ALM/wav2vec2-base-audioset") - Notebooks
- Google Colab
- Kaggle
Adding `safetensors` variant of this model
#2 opened 5 months ago
by
SFconvertbot
Adding `safetensors` variant of this model
#1 opened over 1 year ago
by
SFconvertbot