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
File size: 129 Bytes
fc1105f | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:dc83efcaad726826ec916d95b39e99a916f9c34abb38faa5e7565891068d15c8
size 5368
|