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", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- cf8440ac230efe40a9801819e5aedbece381547c4499c9b6650a6523cb7696b5
- Size of remote file:
- 3.84 kB
- SHA256:
- 26941bfda2d79130be1c246cd8e8b5e0a018a8c84da540b651dc04d08611786e
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.