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
Commit History
Update README.md 12c7212 verified
Update README.md 9b4f286 verified
Update README.md 022f828 verified
Update README.md 1a9c42e verified
Adding model 750033c
MorenoLaQuatra commited on