Audio Classification
Transformers
TensorBoard
Safetensors
audio-spectrogram-transformer
Generated from Trainer
Instructions to use AI-Music-Detection/ai_music_detection_large_60s with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use AI-Music-Detection/ai_music_detection_large_60s with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("audio-classification", model="AI-Music-Detection/ai_music_detection_large_60s")# Load model directly from transformers import AutoFeatureExtractor, AutoModelForAudioClassification extractor = AutoFeatureExtractor.from_pretrained("AI-Music-Detection/ai_music_detection_large_60s") model = AutoModelForAudioClassification.from_pretrained("AI-Music-Detection/ai_music_detection_large_60s") - Notebooks
- Google Colab
- Kaggle
Ctrl+K
This model has 1 file scanned as unsafe.