File size: 784 Bytes
6002a37
 
 
 
 
7e08b54
 
 
 
 
 
 
 
 
6002a37
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---
metrics:
- accuracy
- roc_auc
---
Currently, the model returns the confidence score that the input audio is created by one of the following classical composers 
found in [MusicNet Dataset](https://www.kaggle.com/datasets/imsparsh/musicnet-dataset) - a curated collection of 330 freely-licensed 
labeled classical music recordings - used for the training of this model:
- [Beethoven](https://en.wikipedia.org/wiki/Ludwig_van_Beethoven);
- [Bach](https://en.wikipedia.org/wiki/Johann_Sebastian_Bach);
- [Schubert](https://en.wikipedia.org/wiki/Franz_Schubert);
- [Mozart](https://en.wikipedia.org/wiki/Wolfgang_Amadeus_Mozart);
- [Brahms](https://en.wikipedia.org/wiki/Johannes_Brahms).
  
More details in https://www.kaggle.com/code/dima806/speech-accent-multiclass-classification.