update model card README.md
Browse files
README.md
CHANGED
@@ -22,10 +22,10 @@ model-index:
|
|
22 |
metrics:
|
23 |
- name: Accuracy
|
24 |
type: accuracy
|
25 |
-
value: 0.
|
26 |
- name: F1
|
27 |
type: f1
|
28 |
-
value: 0.
|
29 |
---
|
30 |
|
31 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -35,9 +35,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
35 |
|
36 |
This model is a fine-tuned version of [facebook/wav2vec2-base](https://huggingface.co/facebook/wav2vec2-base) on the audiofolder dataset.
|
37 |
It achieves the following results on the evaluation set:
|
38 |
-
- Loss: 1.
|
39 |
-
- Accuracy: 0.
|
40 |
-
- F1: 0.
|
41 |
|
42 |
## Model description
|
43 |
|
@@ -71,9 +71,9 @@ The following hyperparameters were used during training:
|
|
71 |
|
72 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
|
73 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
|
74 |
-
|
|
75 |
-
|
|
76 |
-
|
|
77 |
|
78 |
|
79 |
### Framework versions
|
|
|
22 |
metrics:
|
23 |
- name: Accuracy
|
24 |
type: accuracy
|
25 |
+
value: 0.6510736196319018
|
26 |
- name: F1
|
27 |
type: f1
|
28 |
+
value: 0.5657842671346605
|
29 |
---
|
30 |
|
31 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
35 |
|
36 |
This model is a fine-tuned version of [facebook/wav2vec2-base](https://huggingface.co/facebook/wav2vec2-base) on the audiofolder dataset.
|
37 |
It achieves the following results on the evaluation set:
|
38 |
+
- Loss: 1.3216
|
39 |
+
- Accuracy: 0.6511
|
40 |
+
- F1: 0.5658
|
41 |
|
42 |
## Model description
|
43 |
|
|
|
71 |
|
72 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
|
73 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
|
74 |
+
| 2.3065 | 1.0 | 1449 | 2.3713 | 0.2991 | 0.1702 |
|
75 |
+
| 1.6849 | 2.0 | 2898 | 1.6462 | 0.5560 | 0.4292 |
|
76 |
+
| 1.4551 | 3.0 | 4347 | 1.3216 | 0.6511 | 0.5658 |
|
77 |
|
78 |
|
79 |
### Framework versions
|