Audio Classification
Transformers
PyTorch
hubert
feature-extraction
music
audio
speech
audio-representation-learning
arch-benchmark
general-audio
Instructions to use ALM/hubert-large-audioset with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ALM/hubert-large-audioset with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("audio-classification", model="ALM/hubert-large-audioset")# Load model directly from transformers import AutoProcessor, AutoModel processor = AutoProcessor.from_pretrained("ALM/hubert-large-audioset") model = AutoModel.from_pretrained("ALM/hubert-large-audioset", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 135 Bytes
80d46e4 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:2d05997fa3b397d9a4e81a3c20a04e9d80b13cca4a90f6175945e750fb79fccd
size 1261891557
|