Update README.md
Browse files
README.md
CHANGED
@@ -19,19 +19,23 @@ pipeline_tag: audio-classification
|
|
19 |
|
20 |
# wav2vec2-base-Drum_Kit_Sounds
|
21 |
|
22 |
-
This model is a fine-tuned version of [facebook/wav2vec2-base](https://huggingface.co/facebook/wav2vec2-base)
|
|
|
23 |
It achieves the following results on the evaluation set:
|
24 |
- Loss: 1.0887
|
25 |
- Accuracy: 0.7812
|
26 |
-
-
|
27 |
-
-
|
28 |
-
-
|
29 |
-
-
|
30 |
-
-
|
31 |
-
-
|
32 |
-
-
|
33 |
-
-
|
34 |
-
-
|
|
|
|
|
|
|
35 |
|
36 |
## Model description
|
37 |
|
@@ -63,7 +67,7 @@ The following hyperparameters were used during training:
|
|
63 |
|
64 |
### Training results
|
65 |
|
66 |
-
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Weighted
|
67 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:-----------:|:--------:|:--------:|:---------------:|:------------:|:------------:|:------------------:|:---------------:|:---------------:|
|
68 |
| 1.3743 | 1.0 | 4 | 1.3632 | 0.5625 | 0.5801 | 0.5625 | 0.5678 | 0.5625 | 0.5625 | 0.5670 | 0.6786 | 0.5625 | 0.6429 |
|
69 |
| 1.3074 | 2.0 | 8 | 1.3149 | 0.3438 | 0.2567 | 0.3438 | 0.2696 | 0.3438 | 0.3438 | 0.375 | 0.3067 | 0.3438 | 0.3148 |
|
|
|
19 |
|
20 |
# wav2vec2-base-Drum_Kit_Sounds
|
21 |
|
22 |
+
This model is a fine-tuned version of [facebook/wav2vec2-base](https://huggingface.co/facebook/wav2vec2-base).
|
23 |
+
|
24 |
It achieves the following results on the evaluation set:
|
25 |
- Loss: 1.0887
|
26 |
- Accuracy: 0.7812
|
27 |
+
- F1
|
28 |
+
- Weighted: 0.7692
|
29 |
+
- Micro: 0.7812
|
30 |
+
- Macro: 0.7845
|
31 |
+
- Recall
|
32 |
+
- Weighted: 0.7812
|
33 |
+
- Micro: 0.7812
|
34 |
+
- Macro: 0.8187
|
35 |
+
- Precision
|
36 |
+
- Weighted: 0.8717
|
37 |
+
- Micro: 0.7812
|
38 |
+
- Macro: 0.8534
|
39 |
|
40 |
## Model description
|
41 |
|
|
|
67 |
|
68 |
### Training results
|
69 |
|
70 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Weighted F1 | Micro F1 | Macro F1 | Weighted Recall | Micro Recall | Macro Recall | Weighted Precision | Micro Precision | Macro Precision |
|
71 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:-----------:|:--------:|:--------:|:---------------:|:------------:|:------------:|:------------------:|:---------------:|:---------------:|
|
72 |
| 1.3743 | 1.0 | 4 | 1.3632 | 0.5625 | 0.5801 | 0.5625 | 0.5678 | 0.5625 | 0.5625 | 0.5670 | 0.6786 | 0.5625 | 0.6429 |
|
73 |
| 1.3074 | 2.0 | 8 | 1.3149 | 0.3438 | 0.2567 | 0.3438 | 0.2696 | 0.3438 | 0.3438 | 0.375 | 0.3067 | 0.3438 | 0.3148 |
|