Update README.md
Browse files
README.md
CHANGED
|
@@ -2,6 +2,8 @@
|
|
| 2 |
metrics:
|
| 3 |
- accuracy
|
| 4 |
- roc_auc
|
|
|
|
|
|
|
| 5 |
---
|
| 6 |
Currently, the model returns the confidence score that the input audio is created by one of the following classical composers
|
| 7 |
found in [MusicNet Dataset](https://www.kaggle.com/datasets/imsparsh/musicnet-dataset) - a curated collection of 330 freely-licensed
|
|
|
|
| 2 |
metrics:
|
| 3 |
- accuracy
|
| 4 |
- roc_auc
|
| 5 |
+
base_model:
|
| 6 |
+
- facebook/wav2vec2-base-960h
|
| 7 |
---
|
| 8 |
Currently, the model returns the confidence score that the input audio is created by one of the following classical composers
|
| 9 |
found in [MusicNet Dataset](https://www.kaggle.com/datasets/imsparsh/musicnet-dataset) - a curated collection of 330 freely-licensed
|