Audio Classification
Transformers
Safetensors
English
audio-spectrogram-transformer
audio
music-classification
Eval Results (legacy)
Instructions to use aarya030402/ast_messy_mashup with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use aarya030402/ast_messy_mashup with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("audio-classification", model="aarya030402/ast_messy_mashup")# Load model directly from transformers import AutoFeatureExtractor, AutoModelForAudioClassification extractor = AutoFeatureExtractor.from_pretrained("aarya030402/ast_messy_mashup") model = AutoModelForAudioClassification.from_pretrained("aarya030402/ast_messy_mashup") - Notebooks
- Google Colab
- Kaggle
- Downloads last month
- 4
Space using aarya030402/ast_messy_mashup 1
Evaluation results
- f1self-reported0.839