DunnBC22 commited on
Commit
a0391d2
·
1 Parent(s): f116579

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -11
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) on the audiofolder dataset.
 
23
  It achieves the following results on the evaluation set:
24
  - Loss: 1.0887
25
  - Accuracy: 0.7812
26
- - Weighted f1: 0.7692
27
- - Micro f1: 0.7812
28
- - Macro f1: 0.7845
29
- - Weighted recall: 0.7812
30
- - Micro recall: 0.7812
31
- - Macro recall: 0.8187
32
- - Weighted precision: 0.8717
33
- - Micro precision: 0.7812
34
- - Macro precision: 0.8534
 
 
 
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 f1 | Micro f1 | Macro f1 | Weighted recall | Micro recall | Macro recall | Weighted precision | Micro precision | Macro precision |
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 |