How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("audio-classification", model="dima806/classical_composer_classification-new")
# Load model directly
from transformers import AutoProcessor, AutoModelForAudioClassification

processor = AutoProcessor.from_pretrained("dima806/classical_composer_classification-new")
model = AutoModelForAudioClassification.from_pretrained("dima806/classical_composer_classification-new")
Quick Links

Currently, the model returns the confidence score that the input audio is created by one of the following classical composers found in MusicNet Dataset - a curated collection of 330 freely-licensed labeled classical music recordings - used for the training of this model:

More details in my Kaggle notebook and my Medium post.

Downloads last month
9
Safetensors
Model size
94.6M params
Tensor type
F32
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for dima806/classical_composer_classification-new

Finetuned
(180)
this model