Audio Classification
Transformers
PyTorch
TensorBoard
Safetensors
English
audio-spectrogram-transformer
Generated from Trainer
Instructions to use bookbot/distil-ast-audioset with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use bookbot/distil-ast-audioset with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("audio-classification", model="bookbot/distil-ast-audioset")# Load model directly from transformers import AutoFeatureExtractor, AutoModelForAudioClassification extractor = AutoFeatureExtractor.from_pretrained("bookbot/distil-ast-audioset") model = AutoModelForAudioClassification.from_pretrained("bookbot/distil-ast-audioset") - Notebooks
- Google Colab
- Kaggle
plz, help
3
#1 opened almost 3 years ago
by
coldpumpkinn